Html Css Color HEX #2F884B Sea Green

📋 copy color: '#2F884B'

red 47 ◦ green 136 ◦ blue 75

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

Shades of Sea Green #2F884B

Tints of Sea Green #2F884B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.07%

R = 18.22%
G = 52.71%
B = 29.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#2F884B (or 0x2F884B) is known color: Sea Green. HEX triplet: 2F, 88 and 4B. RGB value is (47,136,75). Sum of RGB (Red+Green+Blue) = 47+136+75=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #2F884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F884B is #D077B4. Grayscale: #666666. Windows color (decimal): -13662133 or 4950063. OLE color: 4950063.

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

Color convert

RGB 47 136 75 -
CMYK 0.65 0 0.45 0.47
HSL 138.88º 0.49% 0.36% -
HSV(B) 138.88º 0.65% 0.53% -
XYZ 11.25 18.72 9.68 -
YUV 102.44 112.51 88.46 -
System Red Green Blue C M Y K H S L
Decimal 47 136 75 0.65 0 0.45 0.47 138.88 0.49 0.36
Hex 2F 88 4B 41 0 2D 2F 8B 31 24
Octal 57 210 113 101 0 55 57 213 61 44
Binary 101111 10001000 1001011 1000001 0 101101 101111 10001011 110001 100100

Color Harmonies of #2F884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F884B

Black with #2F884B

Text Example


Text Example

White with #2F884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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