Html Css Color HEX #1C7004 Green

📋 copy color: '#1C7004'

red 28 ◦ green 112 ◦ blue 4

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

Shades of Green #1C7004

Tints of Green #1C7004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.78%

R = 19.44%
G = 77.78%
B = 2.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#1C7004 (or 0x1C7004) is known color: Green. HEX triplet: 1C, 70 and 04. RGB value is (28,112,4). Sum of RGB (Red+Green+Blue) = 28+112+4=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7004 is #E38FFB. Grayscale: #4A4A4A. Windows color (decimal): -14913532 or 290844. OLE color: 290844.

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

Color convert

RGB 28 112 4 -
CMYK 0.75 0 0.96 0.56
HSL 106.67º 0.93% 0.23% -
HSV(B) 106.67º 0.96% 0.44% -
XYZ 6.29 11.84 2.07 -
YUV 74.57 88.17 94.78 -
System Red Green Blue C M Y K H S L
Decimal 28 112 4 0.75 0 0.96 0.56 106.67 0.93 0.23
Hex 1C 70 4 4B 0 60 38 6B 5D 17
Octal 34 160 4 113 0 140 70 153 135 27
Binary 11100 1110000 100 1001011 0 1100000 111000 1101011 1011101 10111

Color Harmonies of #1C7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7004

Black with #1C7004

Text Example


Text Example

White with #1C7004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,112,4); }

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

background-color css

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

 a { background-color: rgb(28,112,4); }

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

border-color css

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

 span { border-color: rgb(28,112,4); }

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