Html Css Color HEX #1C7501 Green

📋 copy color: '#1C7501'

red 28 ◦ green 117 ◦ blue 1

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

Shades of Green #1C7501

Tints of Green #1C7501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 19.18%
G = 80.14%
B = 0.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#1C7501 (or 0x1C7501) is known color: Green. HEX triplet: 1C, 75 and 01. RGB value is (28,117,1). Sum of RGB (Red+Green+Blue) = 28+117+1=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7501 is #E38AFE. Grayscale: #4D4D4D. Windows color (decimal): -14912255 or 95516. OLE color: 95516.

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

Color convert

RGB 28 117 1 -
CMYK 0.76 0 0.99 0.54
HSL 106.03º 0.98% 0.23% -
HSV(B) 106.03º 0.99% 0.46% -
XYZ 6.85 12.97 2.17 -
YUV 77.17 85.01 92.93 -
System Red Green Blue C M Y K H S L
Decimal 28 117 1 0.76 0 0.99 0.54 106.03 0.98 0.23
Hex 1C 75 1 4C 0 63 36 6A 62 17
Octal 34 165 1 114 0 143 66 152 142 27
Binary 11100 1110101 1 1001100 0 1100011 110110 1101010 1100010 10111

Color Harmonies of #1C7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7501

Black with #1C7501

Text Example


Text Example

White with #1C7501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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