Html Css Color HEX #156245 Jewel

📋 copy color: '#156245'

red 21 ◦ green 98 ◦ blue 69

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

Shades of Jewel #156245

Tints of Jewel #156245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 11.17%
G = 52.13%
B = 36.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#156245 (or 0x156245) is known color: Jewel. HEX triplet: 15, 62 and 45. RGB value is (21,98,69). Sum of RGB (Red+Green+Blue) = 21+98+69=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #156245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156245 is #EA9DBA. Grayscale: #474747. Windows color (decimal): -15375803 or 4547093. OLE color: 4547093.

HSL color Cylindrical-coordinate representation of color #156245: hue angle of 157.4º 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 #156245 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 98 69 -
CMYK 0.79 0 0.30 0.62
HSL 157.4º 0.65% 0.23% -
HSV(B) 157.4º 0.79% 0.38% -
XYZ 5.75 9.32 7.13 -
YUV 71.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 21 98 69 0.79 0 0.30 0.62 157.4 0.65 0.23
Hex 15 62 45 4F 0 1E 3E 9D 41 17
Octal 25 142 105 117 0 36 76 235 101 27
Binary 10101 1100010 1000101 1001111 0 11110 111110 10011101 1000001 10111

Color Harmonies of #156245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156245

Black with #156245

Text Example


Text Example

White with #156245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156245; }

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

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

background-color css

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

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

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

border-color css

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

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

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