Html Css Color HEX #126312 Green

📋 copy color: '#126312'

red 18 ◦ green 99 ◦ blue 18

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

Shades of Green #126312

Tints of Green #126312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 73.33%

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 13.33%
G = 73.33%
B = 13.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#126312 (or 0x126312) is known color: Green. HEX triplet: 12, 63 and 12. RGB value is (18,99,18). Sum of RGB (Red+Green+Blue) = 18+99+18=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #126312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126312 is #ED9CED. Grayscale: #414141. Windows color (decimal): -15572206 or 1205010. OLE color: 1205010.

HSL color Cylindrical-coordinate representation of color #126312: hue angle of 120º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126312 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 18 -
CMYK 0.82 0 0.82 0.61
HSL 120º 0.69% 0.23% -
HSV(B) 120º 0.82% 0.39% -
XYZ 4.82 9.1 2.07 -
YUV 65.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 18 99 18 0.82 0 0.82 0.61 120 0.69 0.23
Hex 12 63 12 52 0 52 3D 78 45 17
Octal 22 143 22 122 0 122 75 170 105 27
Binary 10010 1100011 10010 1010010 0 1010010 111101 1111000 1000101 10111

Color Harmonies of #126312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126312

Black with #126312

Text Example


Text Example

White with #126312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126312; }

 p { color: rgb(18,99,18); }

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

background-color css

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

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

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

border-color css

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

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

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