Html Css Color HEX #129C1F Forest Green

📋 copy color: '#129C1F'

red 18 ◦ green 156 ◦ blue 31

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

Shades of Forest Green #129C1F

Tints of Forest Green #129C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 76.1%

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 8.78%
G = 76.1%
B = 15.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#129C1F (or 0x129C1F) is known color: Forest Green. HEX triplet: 12, 9C and 1F. RGB value is (18,156,31). Sum of RGB (Red+Green+Blue) = 18+156+31=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 156 (61.33% from 255 or 76.10% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 156 - color contains mainly: green. Hex color #129C1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129C1F is #ED63E0. Grayscale: #646464. Windows color (decimal): -15557601 or 2071570. OLE color: 2071570.

HSL color Cylindrical-coordinate representation of color #129C1F: hue angle of 125.65º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C1F is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 156 31 -
CMYK 0.88 0 0.80 0.39
HSL 125.65º 0.79% 0.34% -
HSV(B) 125.65º 0.88% 0.61% -
XYZ 12.39 24 5.28 -
YUV 100.49 88.78 69.16 -
System Red Green Blue C M Y K H S L
Decimal 18 156 31 0.88 0 0.80 0.39 125.65 0.79 0.34
Hex 12 9C 1F 58 0 50 27 7E 4F 22
Octal 22 234 37 130 0 120 47 176 117 42
Binary 10010 10011100 11111 1011000 0 1010000 100111 1111110 1001111 100010

Color Harmonies of #129C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129C1F

Black with #129C1F

Text Example


Text Example

White with #129C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129C1F; }

 p { color: rgb(18,156,31); }

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

background-color css

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

 a { background-color: rgb(18,156,31); }

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

border-color css

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

 span { border-color: rgb(18,156,31); }

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