Html Css Color HEX #1C710A Green

📋 copy color: '#1C710A'

red 28 ◦ green 113 ◦ blue 10

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

Shades of Green #1C710A

Tints of Green #1C710A

RGB

 RED value IS 28 (11.33% from 255) = 18.54%

 GREEN value IS 113 (44.53% from 255) = 74.83%

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 18.54%
G = 74.83%
B = 6.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#1C710A (or 0x1C710A) is known color: Green. HEX triplet: 1C, 71 and 0A. RGB value is (28,113,10). Sum of RGB (Red+Green+Blue) = 28+113+10=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #1C710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C710A is #E38EF5. Grayscale: #4C4C4C. Windows color (decimal): -14913270 or 684316. OLE color: 684316.

HSL color Cylindrical-coordinate representation of color #1C710A: hue angle of 109.51º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C710A is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 113 10 -
CMYK 0.75 0 0.91 0.56
HSL 109.51º 0.84% 0.24% -
HSV(B) 109.51º 0.91% 0.44% -
XYZ 6.44 12.08 2.28 -
YUV 75.84 90.84 93.88 -
System Red Green Blue C M Y K H S L
Decimal 28 113 10 0.75 0 0.91 0.56 109.51 0.84 0.24
Hex 1C 71 A 4B 0 5B 38 6E 54 18
Octal 34 161 12 113 0 133 70 156 124 30
Binary 11100 1110001 1010 1001011 0 1011011 111000 1101110 1010100 11000

Color Harmonies of #1C710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C710A

Black with #1C710A

Text Example


Text Example

White with #1C710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C710A; }

 p { color: rgb(28,113,10); }

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

background-color css

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

 a { background-color: rgb(28,113,10); }

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

border-color css

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

 span { border-color: rgb(28,113,10); }

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