#1C6302

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

Shades of Myrtle #1C6302

Tints of Myrtle #1C6302

Color information

#1C6302 (or 0x1C6302) is unknown color: approx Myrtle. HEX triplet: 1C, 63 and 02. RGB value is (28,99,2). Sum of RGB (Red+Green+Blue) = 28+99+2=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6302 is #E39CFD. Grayscale: #434343. Windows color (decimal): -14916862 or 156444. OLE color: 156444.

HSL color Cylindrical-coordinate representation of color #1C6302: hue angle of 103.92º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C6302 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB28992-
CMYK0.7200.980.61
HSL103.92º96.04%19.8%-
HSV(B)103.92º97.98%38.82%-
XYZ4.959.171.57-
YUV66.7191.48100.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.71%
GREEN value IS 99 (39.06% from 255) = 76.74%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=21.71%
G=76.74%
B=1.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal289920.7200.980.61103.9296.0419.8
Hex1C632480623D686014
Octal34143211001427515014024
Binary111001100011101001000011000101111011101000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,99,2); }

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

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

 a { background-color: rgb(28,99,2); }

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

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

 span { border-color: rgb(28,99,2); }

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