#182000

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

Shades of Pine Tree #182000

Tints of Pine Tree #182000

Color information

#182000 (or 0x182000) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 00. RGB value is (24,32,0). Sum of RGB (Red+Green+Blue) = 24+32+0=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #182000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182000 is #E7DFFF. Grayscale: #1A1A1A. Windows color (decimal): -15196160 or 8216. OLE color: 8216.

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

Color convert

RGB24320-
CMYK0.25010.87
HSL75º100%6.27%-
HSV(B)75º100%12.55%-
XYZ0.891.230.19-
YUV25.96113.35126.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 32 (12.89% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal243200.25010.87751006.27
Hex1820019064574b646
Octal304003101441271131446
Binary1100010000001100101100100101011110010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182000; }

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

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

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

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

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

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

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

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