#1C2F15

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

Shades of Myrtle #1C2F15

Tints of Myrtle #1C2F15

Color information

#1C2F15 (or 0x1C2F15) is unknown color: approx Myrtle. HEX triplet: 1C, 2F and 15. RGB value is (28,47,21). Sum of RGB (Red+Green+Blue) = 28+47+21=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2F15 is #E3D0EA. Grayscale: #262626. Windows color (decimal): -14930155 or 1388316. OLE color: 1388316.

HSL color Cylindrical-coordinate representation of color #1C2F15: hue angle of 103.85º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1C2F15 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB284721-
CMYK0.4000.550.82
HSL103.85º38.24%13.33%-
HSV(B)103.85º55.32%18.43%-
XYZ1.632.331.07-
YUV38.35118.21120.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.17%
GREEN value IS 47 (18.75% from 255) = 48.96%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=29.17%
G=48.96%
B=21.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2847210.4000.550.82103.8538.2413.33
Hex1C2F1528037526826d
Octal345725500671221504615
Binary11100101111101011010000110111101001011010001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,47,21); }

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

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

 a { background-color: rgb(28,47,21); }

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

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

 span { border-color: rgb(28,47,21); }

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