#1C3B06

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

Shades of Pine Tree #1C3B06

Tints of Pine Tree #1C3B06

Color information

#1C3B06 (or 0x1C3B06) is unknown color: approx Pine Tree. HEX triplet: 1C, 3B and 06. RGB value is (28,59,6). Sum of RGB (Red+Green+Blue) = 28+59+6=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 59 (23.44% from 255 or 63.44% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 59 - color contains mainly: green. Hex color #1C3B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3B06 is #E3C4F9. Grayscale: #2B2B2B. Windows color (decimal): -14927098 or 408348. OLE color: 408348.

HSL color Cylindrical-coordinate representation of color #1C3B06: hue angle of 95.09º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C3B06 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB28596-
CMYK0.5300.900.77
HSL95.09º81.54%12.75%-
HSV(B)95.09º89.83%23.14%-
XYZ2.083.390.72-
YUV43.69106.73116.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.11%
GREEN value IS 59 (23.44% from 255) = 63.44%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=30.11%
G=63.44%
B=6.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal285960.5300.900.7795.0981.5412.75
Hex1C3B63505A4D5f52d
Octal3473665013211513712215
Binary11100111011110110101010110101001101101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,59,6); }

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

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

 a { background-color: rgb(28,59,6); }

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

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

 span { border-color: rgb(28,59,6); }

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