#182B00

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

Shades of Pine Tree #182B00

Tints of Pine Tree #182B00

Color information

#182B00 (or 0x182B00) is unknown color: approx Pine Tree. HEX triplet: 18, 2B and 00. RGB value is (24,43,0). Sum of RGB (Red+Green+Blue) = 24+43+0=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 43 (17.19% from 255 or 64.18% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 43 - color contains mainly: green. Hex color #182B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182B00 is #E7D4FF. Grayscale: #202020. Windows color (decimal): -15193344 or 11032. OLE color: 11032.

HSL color Cylindrical-coordinate representation of color #182B00: hue angle of 86.51º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #182B00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB24430-
CMYK0.44010.83
HSL86.51º100%8.43%-
HSV(B)86.51º100%16.86%-
XYZ1.241.920.31-
YUV32.42109.71122-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.82%
GREEN value IS 43 (17.19% from 255) = 64.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.82%
G=64.18%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal244300.44010.8386.511008.43
Hex182B02C0645357648
Octal3053054014412312714410
Binary110001010110101100011001001010011101011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182B00; }

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

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

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

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

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

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

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

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