#1C300F

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

Shades of Pine Tree #1C300F

Tints of Pine Tree #1C300F

Color information

#1C300F (or 0x1C300F) is unknown color: approx Pine Tree. HEX triplet: 1C, 30 and 0F. RGB value is (28,48,15). Sum of RGB (Red+Green+Blue) = 28+48+15=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #1C300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C300F is #E3CFF0. Grayscale: #262626. Windows color (decimal): -14929905 or 995356. OLE color: 995356.

HSL color Cylindrical-coordinate representation of color #1C300F: hue angle of 96.36º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C300F is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB284815-
CMYK0.4200.690.81
HSL96.36º52.38%12.35%-
HSV(B)96.36º68.75%18.82%-
XYZ1.622.40.83-
YUV38.26114.87120.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=30.77%
G=52.75%
B=16.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2848150.4200.690.8196.3652.3812.35
Hex1C30F2A045516034c
Octal3460175201051211406414
Binary11100110000111110101001000101101000111000001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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