Html Css Color HEX #129226 Forest Green

📋 copy color: '#129226'

red 18 ◦ green 146 ◦ blue 38

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

Shades of Forest Green #129226

Tints of Forest Green #129226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 72.28%

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

R = 8.91%
G = 72.28%
B = 18.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#129226 (or 0x129226) is known color: Forest Green. HEX triplet: 12, 92 and 26. RGB value is (18,146,38). Sum of RGB (Red+Green+Blue) = 18+146+38=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 146 (57.42% from 255 or 72.28% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 146 - color contains mainly: green. Hex color #129226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129226 is #ED6DD9. Grayscale: #5F5F5F. Windows color (decimal): -15560154 or 2527762. OLE color: 2527762.

HSL color Cylindrical-coordinate representation of color #129226: hue angle of 129.38º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129226 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 146 38 -
CMYK 0.88 0 0.74 0.43
HSL 129.38º 0.78% 0.32% -
HSV(B) 129.38º 0.88% 0.57% -
XYZ 10.88 20.83 5.28 -
YUV 95.42 95.59 72.78 -
System Red Green Blue C M Y K H S L
Decimal 18 146 38 0.88 0 0.74 0.43 129.38 0.78 0.32
Hex 12 92 26 58 0 4A 2B 81 4E 20
Octal 22 222 46 130 0 112 53 201 116 40
Binary 10010 10010010 100110 1011000 0 1001010 101011 10000001 1001110 100000

Color Harmonies of #129226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129226

Black with #129226

Text Example


Text Example

White with #129226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129226; }

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

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

background-color css

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

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

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

border-color css

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

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

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