Html Css Color HEX #2F9428 Forest Green

📋 copy color: '#2F9428'

red 47 ◦ green 148 ◦ blue 40

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

Shades of Forest Green #2F9428

Tints of Forest Green #2F9428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.98%

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 20%
G = 62.98%
B = 17.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#2F9428 (or 0x2F9428) is known color: Forest Green. HEX triplet: 2F, 94 and 28. RGB value is (47,148,40). Sum of RGB (Red+Green+Blue) = 47+148+40=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9428 is #D06BD7. Grayscale: #696969. Windows color (decimal): -13659096 or 2659375. OLE color: 2659375.

HSL color Cylindrical-coordinate representation of color #2F9428: hue angle of 116.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F9428 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 148 40 -
CMYK 0.68 0 0.73 0.42
HSL 116.11º 0.57% 0.37% -
HSV(B) 116.11º 0.73% 0.58% -
XYZ 12.15 21.94 5.6 -
YUV 105.49 91.04 86.28 -
System Red Green Blue C M Y K H S L
Decimal 47 148 40 0.68 0 0.73 0.42 116.11 0.57 0.37
Hex 2F 94 28 44 0 49 2A 74 39 25
Octal 57 224 50 104 0 111 52 164 71 45
Binary 101111 10010100 101000 1000100 0 1001001 101010 1110100 111001 100101

Color Harmonies of #2F9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9428

Black with #2F9428

Text Example


Text Example

White with #2F9428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,148,40); }

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

background-color css

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

 a { background-color: rgb(47,148,40); }

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

border-color css

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

 span { border-color: rgb(47,148,40); }

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