Html Css Color HEX #2F8C4B Sea Green

📋 copy color: '#2F8C4B'

red 47 ◦ green 140 ◦ blue 75

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

Shades of Sea Green #2F8C4B

Tints of Sea Green #2F8C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.44%

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

R = 17.94%
G = 53.44%
B = 28.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#2F8C4B (or 0x2F8C4B) is known color: Sea Green. HEX triplet: 2F, 8C and 4B. RGB value is (47,140,75). Sum of RGB (Red+Green+Blue) = 47+140+75=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8C4B is #D073B4. Grayscale: #686868. Windows color (decimal): -13661109 or 4951087. OLE color: 4951087.

HSL color Cylindrical-coordinate representation of color #2F8C4B: hue angle of 138.06º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8C4B is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 140 75 -
CMYK 0.66 0 0.46 0.45
HSL 138.06º 0.5% 0.37% -
HSV(B) 138.06º 0.66% 0.55% -
XYZ 11.82 19.87 9.87 -
YUV 104.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 47 140 75 0.66 0 0.46 0.45 138.06 0.5 0.37
Hex 2F 8C 4B 42 0 2E 2D 8A 32 25
Octal 57 214 113 102 0 56 55 212 62 45
Binary 101111 10001100 1001011 1000010 0 101110 101101 10001010 110010 100101

Color Harmonies of #2F8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8C4B

Black with #2F8C4B

Text Example


Text Example

White with #2F8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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