Html Css Color HEX #156942 Jewel

📋 copy color: '#156942'

red 21 ◦ green 105 ◦ blue 66

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

Shades of Jewel #156942

Tints of Jewel #156942

RGB

 RED value IS 21 (8.59% from 255) = 10.94%

 GREEN value IS 105 (41.41% from 255) = 54.69%

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

R = 10.94%
G = 54.69%
B = 34.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#156942 (or 0x156942) is known color: Jewel. HEX triplet: 15, 69 and 42. RGB value is (21,105,66). Sum of RGB (Red+Green+Blue) = 21+105+66=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #156942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156942 is #EA96BD. Grayscale: #4B4B4B. Windows color (decimal): -15374014 or 4352277. OLE color: 4352277.

HSL color Cylindrical-coordinate representation of color #156942: hue angle of 152.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156942 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 66 -
CMYK 0.80 0 0.37 0.59
HSL 152.14º 0.67% 0.25% -
HSV(B) 152.14º 0.8% 0.41% -
XYZ 6.34 10.66 6.88 -
YUV 75.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 21 105 66 0.80 0 0.37 0.59 152.14 0.67 0.25
Hex 15 69 42 50 0 25 3B 98 43 19
Octal 25 151 102 120 0 45 73 230 103 31
Binary 10101 1101001 1000010 1010000 0 100101 111011 10011000 1000011 11001

Color Harmonies of #156942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156942

Black with #156942

Text Example


Text Example

White with #156942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156942; }

 p { color: rgb(21,105,66); }

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

background-color css

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

 a { background-color: rgb(21,105,66); }

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

border-color css

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

 span { border-color: rgb(21,105,66); }

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