#1C6642

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

Shades of Fun Green #1C6642

Tints of Fun Green #1C6642

Color information

#1C6642 (or 0x1C6642) is unknown color: approx Fun Green. HEX triplet: 1C, 66 and 42. RGB value is (28,102,66). Sum of RGB (Red+Green+Blue) = 28+102+66=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6642 is #E399BD. Grayscale: #4B4B4B. Windows color (decimal): -14916030 or 4351516. OLE color: 4351516.

HSL color Cylindrical-coordinate representation of color #1C6642: hue angle of 150.81º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6642 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB2810266-
CMYK0.7300.350.6
HSL150.81º56.92%25.49%-
HSV(B)150.81º72.55%40%-
XYZ6.2110.146.78-
YUV75.77122.4893.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.29%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=14.29%
G=52.04%
B=33.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28102660.7300.350.6150.8156.9225.49
Hex1C6642490233C973919
Octal34146102111043742277131
Binary1110011001101000010100100101000111111001001011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,102,66); }

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

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

 a { background-color: rgb(28,102,66); }

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

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

 span { border-color: rgb(28,102,66); }

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