#182002

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

Shades of Pine Tree #182002

Tints of Pine Tree #182002

Color information

#182002 (or 0x182002) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 02. RGB value is (24,32,2). Sum of RGB (Red+Green+Blue) = 24+32+2=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #182002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182002 is #E7DFFD. Grayscale: #1A1A1A. Windows color (decimal): -15196158 or 139288. OLE color: 139288.

HSL color Cylindrical-coordinate representation of color #182002: hue angle of 76º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #182002 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB24322-
CMYK0.2500.940.87
HSL76º88.24%6.67%-
HSV(B)76º93.75%12.55%-
XYZ0.91.230.25-
YUV26.19114.35126.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=41.38%
G=55.17%
B=3.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal243220.2500.940.877688.246.67
Hex182021905E574c587
Octal304023101361271141307
Binary11000100000101100101011110101011110011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182002; }

 p { color: rgb(24,32,2); }

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

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

 a { background-color: rgb(24,32,2); }

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

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

 span { border-color: rgb(24,32,2); }

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