Html Css Color HEX #2F875F Sea Green

📋 copy color: '#2F875F'

red 47 ◦ green 135 ◦ blue 95

#2F875F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #2F875F

Tints of Sea Green #2F875F

RGB

 RED value IS 47 (18.75% from 255) = 16.97%

 GREEN value IS 135 (53.13% from 255) = 48.74%

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 16.97%
G = 48.74%
B = 34.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2F875F (or 0x2F875F) is known color: Sea Green. HEX triplet: 2F, 87 and 5F. RGB value is (47,135,95). Sum of RGB (Red+Green+Blue) = 47+135+95=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #2F875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F875F is #D078A0. Grayscale: #686868. Windows color (decimal): -13662369 or 6260527. OLE color: 6260527.

HSL color Cylindrical-coordinate representation of color #2F875F: hue angle of 152.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F875F is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 135 95 -
CMYK 0.65 0 0.30 0.47
HSL 152.73º 0.48% 0.36% -
HSV(B) 152.73º 0.65% 0.53% -
XYZ 11.9 18.76 13.82 -
YUV 104.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 47 135 95 0.65 0 0.30 0.47 152.73 0.48 0.36
Hex 2F 87 5F 41 0 1E 2F 99 30 24
Octal 57 207 137 101 0 36 57 231 60 44
Binary 101111 10000111 1011111 1000001 0 11110 101111 10011001 110000 100100

Color Harmonies of #2F875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F875F

Black with #2F875F

Text Example


Text Example

White with #2F875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F875F; }

 p { color: rgb(47,135,95); }

 H1.HeaderClassName
 {
   color: #2F875F;
 }
 .AnyTagClassName
 {
   color: #2F875F;
 }
</style>

background-color css

<style>
 a { background-color: #2F875F; }

 a { background-color: rgb(47,135,95); }

 div.DivClassName
 {
   background-color: #2F875F;
 }
 .BgClassName
 {
   background-color: #2F875F;
 }
</style>

border-color css

<style>
 span { border-color: #2F875F; }

 span { border-color: rgb(47,135,95); }

 td.TdClassName
 {
   border-color: #2F875F;
 }
 .TagClassName
 {
   border-color: #2F875F;
 }
</style>