#1C240B

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

Shades of Pine Tree #1C240B

Tints of Pine Tree #1C240B

Color information

#1C240B (or 0x1C240B) is unknown color: approx Pine Tree. HEX triplet: 1C, 24 and 0B. RGB value is (28,36,11). Sum of RGB (Red+Green+Blue) = 28+36+11=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #1C240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C240B is #E3DBF4. Grayscale: #1E1E1E. Windows color (decimal): -14932981 or 730140. OLE color: 730140.

HSL color Cylindrical-coordinate representation of color #1C240B: hue angle of 79.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C240B is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB283611-
CMYK0.2200.690.86
HSL79.2º53.19%9.22%-
HSV(B)79.2º69.44%14.12%-
XYZ1.171.530.55-
YUV30.76116.85126.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=37.33%
G=48%
B=14.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2836110.2200.690.8679.253.199.22
Hex1C24B16045564f359
Octal3444132601051261176511
Binary1110010010010111011001000101101011010011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,36,11); }

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

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

 a { background-color: rgb(28,36,11); }

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

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

 span { border-color: rgb(28,36,11); }

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