Html Css Color HEX #126242 Jewel

📋 copy color: '#126242'

red 18 ◦ green 98 ◦ blue 66

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

Shades of Jewel #126242

Tints of Jewel #126242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.85%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 9.89%
G = 53.85%
B = 36.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#126242 (or 0x126242) is known color: Jewel. HEX triplet: 12, 62 and 42. RGB value is (18,98,66). Sum of RGB (Red+Green+Blue) = 18+98+66=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #126242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126242 is #ED9DBD. Grayscale: #464646. Windows color (decimal): -15572414 or 4350482. OLE color: 4350482.

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

Color convert

RGB 18 98 66 -
CMYK 0.82 0 0.33 0.62
HSL 156º 0.69% 0.23% -
HSV(B) 156º 0.82% 0.38% -
XYZ 5.6 9.26 6.65 -
YUV 70.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 18 98 66 0.82 0 0.33 0.62 156 0.69 0.23
Hex 12 62 42 52 0 21 3E 9C 45 17
Octal 22 142 102 122 0 41 76 234 105 27
Binary 10010 1100010 1000010 1010010 0 100001 111110 10011100 1000101 10111

Color Harmonies of #126242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126242

Black with #126242

Text Example


Text Example

White with #126242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126242; }

 p { color: rgb(18,98,66); }

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

background-color css

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

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

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

border-color css

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

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

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