Html Css Color HEX #156242 Jewel

📋 copy color: '#156242'

red 21 ◦ green 98 ◦ blue 66

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

Shades of Jewel #156242

Tints of Jewel #156242

RGB

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

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

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

R = 11.35%
G = 52.97%
B = 35.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#156242 (or 0x156242) is known color: Jewel. HEX triplet: 15, 62 and 42. RGB value is (21,98,66). Sum of RGB (Red+Green+Blue) = 21+98+66=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #156242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156242 is #EA9DBD. Grayscale: #474747. Windows color (decimal): -15375806 or 4350485. OLE color: 4350485.

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

Color convert

RGB 21 98 66 -
CMYK 0.79 0 0.33 0.62
HSL 155.06º 0.65% 0.23% -
HSV(B) 155.06º 0.79% 0.38% -
XYZ 5.66 9.29 6.65 -
YUV 71.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 21 98 66 0.79 0 0.33 0.62 155.06 0.65 0.23
Hex 15 62 42 4F 0 21 3E 9B 41 17
Octal 25 142 102 117 0 41 76 233 101 27
Binary 10101 1100010 1000010 1001111 0 100001 111110 10011011 1000001 10111

Color Harmonies of #156242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156242

Black with #156242

Text Example


Text Example

White with #156242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156242; }

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

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

background-color css

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

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

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

border-color css

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

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

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