Html Css Color HEX #2F885A Sea Green

📋 copy color: '#2F885A'

red 47 ◦ green 136 ◦ blue 90

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

Shades of Sea Green #2F885A

Tints of Sea Green #2F885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.82%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 17.22%
G = 49.82%
B = 32.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#2F885A (or 0x2F885A) is known color: Sea Green. HEX triplet: 2F, 88 and 5A. RGB value is (47,136,90). Sum of RGB (Red+Green+Blue) = 47+136+90=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #2F885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F885A is #D077A5. Grayscale: #686868. Windows color (decimal): -13662118 or 5933103. OLE color: 5933103.

HSL color Cylindrical-coordinate representation of color #2F885A: hue angle of 148.99º degrees, saturation: 0.49, 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 #2F885A is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 136 90 -
CMYK 0.65 0 0.34 0.47
HSL 148.99º 0.49% 0.36% -
HSV(B) 148.99º 0.65% 0.53% -
XYZ 11.82 18.95 12.71 -
YUV 104.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 47 136 90 0.65 0 0.34 0.47 148.99 0.49 0.36
Hex 2F 88 5A 41 0 22 2F 95 31 24
Octal 57 210 132 101 0 42 57 225 61 44
Binary 101111 10001000 1011010 1000001 0 100010 101111 10010101 110001 100100

Color Harmonies of #2F885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F885A

Black with #2F885A

Text Example


Text Example

White with #2F885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,136,90); }

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

background-color css

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

 a { background-color: rgb(47,136,90); }

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

border-color css

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

 span { border-color: rgb(47,136,90); }

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