#1C2F0F

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

Shades of Pine Tree #1C2F0F

Tints of Pine Tree #1C2F0F

Color information

#1C2F0F (or 0x1C2F0F) is unknown color: approx Pine Tree. HEX triplet: 1C, 2F and 0F. RGB value is (28,47,15). Sum of RGB (Red+Green+Blue) = 28+47+15=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #1C2F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2F0F is #E3D0F0. Grayscale: #252525. Windows color (decimal): -14930161 or 995100. OLE color: 995100.

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

Color convert

RGB284715-
CMYK0.4000.680.82
HSL95.62º51.61%12.16%-
HSV(B)95.62º68.09%18.43%-
XYZ1.582.310.82-
YUV37.67115.21121.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.11%
GREEN value IS 47 (18.75% from 255) = 52.22%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=31.11%
G=52.22%
B=16.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2847150.4000.680.8295.6251.6112.16
Hex1C2FF28044526034c
Octal3457175001041221406414
Binary11100101111111110100001000100101001011000001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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