#1C2700

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

Shades of Pine Tree #1C2700

Tints of Pine Tree #1C2700

Color information

#1C2700 (or 0x1C2700) is unknown color: approx Pine Tree. HEX triplet: 1C, 27 and 00. RGB value is (28,39,0). Sum of RGB (Red+Green+Blue) = 28+39+0=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2700 is #E3D8FF. Grayscale: #1F1F1F. Windows color (decimal): -14932224 or 10012. OLE color: 10012.

HSL color Cylindrical-coordinate representation of color #1C2700: hue angle of 76.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C2700 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB28390-
CMYK0.28010.85
HSL76.92º100%7.65%-
HSV(B)76.92º100%15.29%-
XYZ1.21.70.26-
YUV31.26110.36125.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 39 (15.62% from 255) = 58.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.79%
G=58.21%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283900.28010.8576.921007.65
Hex1C2701C064554d648
Octal3447034014412511514410
Binary11100100111011100011001001010101100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,39,0); }

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

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

 a { background-color: rgb(28,39,0); }

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

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

 span { border-color: rgb(28,39,0); }

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