Html Css Color HEX #2F994F Sea Green

📋 copy color: '#2F994F'

red 47 ◦ green 153 ◦ blue 79

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

Shades of Sea Green #2F994F

Tints of Sea Green #2F994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.84%

 BLUE value IS 79 (31.25% from 255) = 28.32%

R = 16.85%
G = 54.84%
B = 28.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#2F994F (or 0x2F994F) is known color: Sea Green. HEX triplet: 2F, 99 and 4F. RGB value is (47,153,79). Sum of RGB (Red+Green+Blue) = 47+153+79=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #2F994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F994F is #D066B0. Grayscale: #717171. Windows color (decimal): -13657777 or 5216559. OLE color: 5216559.

HSL color Cylindrical-coordinate representation of color #2F994F: hue angle of 138.11º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F994F is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 153 79 -
CMYK 0.69 0 0.48 0.4
HSL 138.11º 0.53% 0.39% -
HSV(B) 138.11º 0.69% 0.6% -
XYZ 13.97 23.95 11.28 -
YUV 112.87 108.88 81.02 -
System Red Green Blue C M Y K H S L
Decimal 47 153 79 0.69 0 0.48 0.4 138.11 0.53 0.39
Hex 2F 99 4F 45 0 30 28 8A 35 27
Octal 57 231 117 105 0 60 50 212 65 47
Binary 101111 10011001 1001111 1000101 0 110000 101000 10001010 110101 100111

Color Harmonies of #2F994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F994F

Black with #2F994F

Text Example


Text Example

White with #2F994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,153,79); }

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

background-color css

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

 a { background-color: rgb(47,153,79); }

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

border-color css

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

 span { border-color: rgb(47,153,79); }

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