Html Css Color HEX #129426 Forest Green

📋 copy color: '#129426'

red 18 ◦ green 148 ◦ blue 38

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

Shades of Forest Green #129426

Tints of Forest Green #129426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 8.82%
G = 72.55%
B = 18.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#129426 (or 0x129426) is known color: Forest Green. HEX triplet: 12, 94 and 26. RGB value is (18,148,38). Sum of RGB (Red+Green+Blue) = 18+148+38=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #129426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129426 is #ED6BD9. Grayscale: #606060. Windows color (decimal): -15559642 or 2528274. OLE color: 2528274.

HSL color Cylindrical-coordinate representation of color #129426: hue angle of 129.23º 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 #129426 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 38 -
CMYK 0.88 0 0.74 0.42
HSL 129.23º 0.78% 0.33% -
HSV(B) 129.23º 0.88% 0.58% -
XYZ 11.19 21.45 5.38 -
YUV 96.59 94.93 71.94 -
System Red Green Blue C M Y K H S L
Decimal 18 148 38 0.88 0 0.74 0.42 129.23 0.78 0.33
Hex 12 94 26 58 0 4A 2A 81 4E 21
Octal 22 224 46 130 0 112 52 201 116 41
Binary 10010 10010100 100110 1011000 0 1001010 101010 10000001 1001110 100001

Color Harmonies of #129426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129426

Black with #129426

Text Example


Text Example

White with #129426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129426; }

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

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

background-color css

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

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

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

border-color css

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

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

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