Html Css Color HEX #129223 Forest Green

📋 copy color: '#129223'

red 18 ◦ green 146 ◦ blue 35

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

Shades of Forest Green #129223

Tints of Forest Green #129223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 9.05%
G = 73.37%
B = 17.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#129223 (or 0x129223) is known color: Forest Green. HEX triplet: 12, 92 and 23. RGB value is (18,146,35). Sum of RGB (Red+Green+Blue) = 18+146+35=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 146 (57.42% from 255 or 73.37% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 146 - color contains mainly: green. Hex color #129223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129223 is #ED6DDC. Grayscale: #5F5F5F. Windows color (decimal): -15560157 or 2331154. OLE color: 2331154.

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

Color convert

RGB 18 146 35 -
CMYK 0.88 0 0.76 0.43
HSL 127.97º 0.78% 0.32% -
HSV(B) 127.97º 0.88% 0.57% -
XYZ 10.83 20.81 5.04 -
YUV 95.07 94.09 73.03 -
System Red Green Blue C M Y K H S L
Decimal 18 146 35 0.88 0 0.76 0.43 127.97 0.78 0.32
Hex 12 92 23 58 0 4C 2B 80 4E 20
Octal 22 222 43 130 0 114 53 200 116 40
Binary 10010 10010010 100011 1011000 0 1001100 101011 10000000 1001110 100000

Color Harmonies of #129223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129223

Black with #129223

Text Example


Text Example

White with #129223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129223; }

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

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

background-color css

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

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

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

border-color css

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

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

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