Html Css Color HEX #157212 Green

📋 copy color: '#157212'

red 21 ◦ green 114 ◦ blue 18

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

Shades of Green #157212

Tints of Green #157212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 74.51%

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

R = 13.73%
G = 74.51%
B = 11.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#157212 (or 0x157212) is known color: Green. HEX triplet: 15, 72 and 12. RGB value is (21,114,18). Sum of RGB (Red+Green+Blue) = 21+114+18=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 114 (44.92% from 255 or 74.51% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 114 - color contains mainly: green. Hex color #157212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157212 is #EA8DED. Grayscale: #4B4B4B. Windows color (decimal): -15371758 or 1208853. OLE color: 1208853.

HSL color Cylindrical-coordinate representation of color #157212: hue angle of 118.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157212 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 18 -
CMYK 0.82 0 0.84 0.55
HSL 118.13º 0.73% 0.26% -
HSV(B) 118.13º 0.84% 0.45% -
XYZ 6.44 12.24 2.6 -
YUV 75.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 21 114 18 0.82 0 0.84 0.55 118.13 0.73 0.26
Hex 15 72 12 52 0 54 37 76 49 1A
Octal 25 162 22 122 0 124 67 166 111 32
Binary 10101 1110010 10010 1010010 0 1010100 110111 1110110 1001001 11010

Color Harmonies of #157212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157212

Black with #157212

Text Example


Text Example

White with #157212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157212; }

 p { color: rgb(21,114,18); }

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

background-color css

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

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

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

border-color css

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

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

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