Html Css Color HEX #2F895B Sea Green

📋 copy color: '#2F895B'

red 47 ◦ green 137 ◦ blue 91

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

Shades of Sea Green #2F895B

Tints of Sea Green #2F895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 17.09%
G = 49.82%
B = 33.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#2F895B (or 0x2F895B) is known color: Sea Green. HEX triplet: 2F, 89 and 5B. RGB value is (47,137,91). Sum of RGB (Red+Green+Blue) = 47+137+91=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #2F895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F895B is #D076A4. Grayscale: #686868. Windows color (decimal): -13661861 or 5998895. OLE color: 5998895.

HSL color Cylindrical-coordinate representation of color #2F895B: hue angle of 149.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F895B is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 91 -
CMYK 0.66 0 0.34 0.46
HSL 149.33º 0.49% 0.36% -
HSV(B) 149.33º 0.66% 0.54% -
XYZ 12.01 19.25 12.98 -
YUV 104.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 47 137 91 0.66 0 0.34 0.46 149.33 0.49 0.36
Hex 2F 89 5B 42 0 22 2E 95 31 24
Octal 57 211 133 102 0 42 56 225 61 44
Binary 101111 10001001 1011011 1000010 0 100010 101110 10010101 110001 100100

Color Harmonies of #2F895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F895B

Black with #2F895B

Text Example


Text Example

White with #2F895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,91); }

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

background-color css

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

 a { background-color: rgb(47,137,91); }

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

border-color css

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

 span { border-color: rgb(47,137,91); }

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