Html Css Color HEX #157213 Green

📋 copy color: '#157213'

red 21 ◦ green 114 ◦ blue 19

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

Shades of Green #157213

Tints of Green #157213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 13.64%
G = 74.03%
B = 12.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#157213 (or 0x157213) is known color: Green. HEX triplet: 15, 72 and 13. RGB value is (21,114,19). Sum of RGB (Red+Green+Blue) = 21+114+19=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #157213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157213 is #EA8DEC. Grayscale: #4B4B4B. Windows color (decimal): -15371757 or 1274389. OLE color: 1274389.

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

Color convert

RGB 21 114 19 -
CMYK 0.82 0 0.83 0.55
HSL 118.74º 0.71% 0.26% -
HSV(B) 118.74º 0.83% 0.45% -
XYZ 6.44 12.24 2.64 -
YUV 75.36 96.19 89.22 -
System Red Green Blue C M Y K H S L
Decimal 21 114 19 0.82 0 0.83 0.55 118.74 0.71 0.26
Hex 15 72 13 52 0 53 37 77 47 1A
Octal 25 162 23 122 0 123 67 167 107 32
Binary 10101 1110010 10011 1010010 0 1010011 110111 1110111 1000111 11010

Color Harmonies of #157213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157213

Black with #157213

Text Example


Text Example

White with #157213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157213; }

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

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

background-color css

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

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

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

border-color css

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

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

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