Html Css Color HEX #129428 Forest Green

📋 copy color: '#129428'

red 18 ◦ green 148 ◦ blue 40

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

Shades of Forest Green #129428

Tints of Forest Green #129428

RGB

 RED value IS 18 (7.42% from 255) = 8.74%

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

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

R = 8.74%
G = 71.84%
B = 19.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#129428 (or 0x129428) is known color: Forest Green. HEX triplet: 12, 94 and 28. RGB value is (18,148,40). Sum of RGB (Red+Green+Blue) = 18+148+40=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #129428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129428 is #ED6BD7. Grayscale: #616161. Windows color (decimal): -15559640 or 2659346. OLE color: 2659346.

HSL color Cylindrical-coordinate representation of color #129428: hue angle of 130.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129428 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 40 -
CMYK 0.88 0 0.73 0.42
HSL 130.15º 0.78% 0.33% -
HSV(B) 130.15º 0.88% 0.58% -
XYZ 11.22 21.46 5.56 -
YUV 96.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 18 148 40 0.88 0 0.73 0.42 130.15 0.78 0.33
Hex 12 94 28 58 0 49 2A 82 4E 21
Octal 22 224 50 130 0 111 52 202 116 41
Binary 10010 10010100 101000 1011000 0 1001001 101010 10000010 1001110 100001

Color Harmonies of #129428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129428

Black with #129428

Text Example


Text Example

White with #129428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129428; }

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

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

background-color css

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

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

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

border-color css

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

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

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