Html Css Color HEX #129B2E Forest Green

📋 copy color: '#129B2E'

red 18 ◦ green 155 ◦ blue 46

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

Shades of Forest Green #129B2E

Tints of Forest Green #129B2E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 70.78%

 BLUE value IS 46 (18.36% from 255) = 21%

R = 8.22%
G = 70.78%
B = 21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#129B2E (or 0x129B2E) is known color: Forest Green. HEX triplet: 12, 9B and 2E. RGB value is (18,155,46). Sum of RGB (Red+Green+Blue) = 18+155+46=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 155 (60.94% from 255 or 70.78% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 155 - color contains mainly: green. Hex color #129B2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129B2E is #ED64D1. Grayscale: #656565. Windows color (decimal): -15557842 or 3054354. OLE color: 3054354.

HSL color Cylindrical-coordinate representation of color #129B2E: hue angle of 132.26º 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 #129B2E is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 155 46 -
CMYK 0.88 0 0.70 0.39
HSL 132.26º 0.79% 0.34% -
HSV(B) 132.26º 0.88% 0.61% -
XYZ 12.46 23.77 6.52 -
YUV 101.61 96.61 68.36 -
System Red Green Blue C M Y K H S L
Decimal 18 155 46 0.88 0 0.70 0.39 132.26 0.79 0.34
Hex 12 9B 2E 58 0 46 27 84 4F 22
Octal 22 233 56 130 0 106 47 204 117 42
Binary 10010 10011011 101110 1011000 0 1000110 100111 10000100 1001111 100010

Color Harmonies of #129B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B2E

Black with #129B2E

Text Example


Text Example

White with #129B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,155,46); }

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

background-color css

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

 a { background-color: rgb(18,155,46); }

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

border-color css

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

 span { border-color: rgb(18,155,46); }

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