#1C6B03

Color #1C6B03 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #1C6B03

Tints of Green #1C6B03

Color information

#1C6B03 (or 0x1C6B03) is unknown color: approx Green. HEX triplet: 1C, 6B and 03. RGB value is (28,107,3). Sum of RGB (Red+Green+Blue) = 28+107+3=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 107 (42.19% from 255 or 77.54% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6B03 is #E394FC. Grayscale: #474747. Windows color (decimal): -14914813 or 224028. OLE color: 224028.

HSL color Cylindrical-coordinate representation of color #1C6B03: hue angle of 105.58º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C6B03 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB281073-
CMYK0.7400.970.58
HSL105.58º94.55%21.57%-
HSV(B)105.58º97.2%41.96%-
XYZ5.7510.771.86-
YUV71.5289.3396.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.29%
GREEN value IS 107 (42.19% from 255) = 77.54%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=20.29%
G=77.54%
B=2.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2810730.7400.970.58105.5894.5521.57
Hex1C6B34A0613A6a5f16
Octal34153311201417215213726
Binary111001101011111001010011000011110101101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,107,3); }

 H1.HeaderClassName
 {
   color: #1C6B03;
 }
 .AnyTagClassName
 {
   color: #1C6B03;
 }
</style>
background-color css

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

 a { background-color: rgb(28,107,3); }

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

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

 span { border-color: rgb(28,107,3); }

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