Html Css Color HEX #1C7500 Green

📋 copy color: '#1C7500'

red 28 ◦ green 117 ◦ blue 0

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

Shades of Green #1C7500

Tints of Green #1C7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 80.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.31%
G = 80.69%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#1C7500 (or 0x1C7500) is known color: Green. HEX triplet: 1C, 75 and 00. RGB value is (28,117,0). Sum of RGB (Red+Green+Blue) = 28+117+0=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7500 is #E38AFF. Grayscale: #4D4D4D. Windows color (decimal): -14912256 or 29980. OLE color: 29980.

HSL color Cylindrical-coordinate representation of color #1C7500: hue angle of 105.64º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C7500 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 117 0 -
CMYK 0.76 0 1 0.54
HSL 105.64º 1% 0.23% -
HSV(B) 105.64º 1% 0.46% -
XYZ 6.84 12.97 2.14 -
YUV 77.05 84.51 93.01 -
System Red Green Blue C M Y K H S L
Decimal 28 117 0 0.76 0 1 0.54 105.64 1 0.23
Hex 1C 75 0 4C 0 64 36 6A 64 17
Octal 34 165 0 114 0 144 66 152 144 27
Binary 11100 1110101 0 1001100 0 1100100 110110 1101010 1100100 10111

Color Harmonies of #1C7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7500

Black with #1C7500

Text Example


Text Example

White with #1C7500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,117,0); }

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

background-color css

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

 a { background-color: rgb(28,117,0); }

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

border-color css

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

 span { border-color: rgb(28,117,0); }

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