#1C2F1B

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

Shades of Myrtle #1C2F1B

Tints of Myrtle #1C2F1B

Color information

#1C2F1B (or 0x1C2F1B) is unknown color: approx Myrtle. HEX triplet: 1C, 2F and 1B. RGB value is (28,47,27). Sum of RGB (Red+Green+Blue) = 28+47+27=102 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.45% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F1B is #E3D0E4. Grayscale: #272727. Windows color (decimal): -14930149 or 1781532. OLE color: 1781532.

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

Color convert

RGB284727-
CMYK0.4000.430.82
HSL117º27.03%14.51%-
HSV(B)117º42.55%18.43%-
XYZ1.692.361.4-
YUV39.04121.21120.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 27.45%
GREEN value IS 47 (18.75% from 255) = 46.08%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=27.45%
G=46.08%
B=26.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2847270.4000.430.8211727.0314.51
Hex1C2F1B2802B52751bf
Octal345733500531221653317
Binary1110010111111011101000010101110100101110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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