Html Css Color HEX #15700C Green

📋 copy color: '#15700C'

red 21 ◦ green 112 ◦ blue 12

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

Shades of Green #15700C

Tints of Green #15700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 77.24%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 14.48%
G = 77.24%
B = 8.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#15700C (or 0x15700C) is known color: Green. HEX triplet: 15, 70 and 0C. RGB value is (21,112,12). Sum of RGB (Red+Green+Blue) = 21+112+12=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #15700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #15700C is #EA8FF3. Grayscale: #494949. Windows color (decimal): -15372276 or 815125. OLE color: 815125.

HSL color Cylindrical-coordinate representation of color #15700C: hue angle of 114.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15700C is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 12 -
CMYK 0.81 0 0.89 0.56
HSL 114.6º 0.81% 0.24% -
HSV(B) 114.6º 0.89% 0.44% -
XYZ 6.17 11.77 2.3 -
YUV 73.39 93.35 90.63 -
System Red Green Blue C M Y K H S L
Decimal 21 112 12 0.81 0 0.89 0.56 114.6 0.81 0.24
Hex 15 70 C 51 0 59 38 73 51 18
Octal 25 160 14 121 0 131 70 163 121 30
Binary 10101 1110000 1100 1010001 0 1011001 111000 1110011 1010001 11000

Color Harmonies of #15700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15700C

Black with #15700C

Text Example


Text Example

White with #15700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15700C; }

 p { color: rgb(21,112,12); }

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

background-color css

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

 a { background-color: rgb(21,112,12); }

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

border-color css

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

 span { border-color: rgb(21,112,12); }

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