#183300

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

Shades of Pine Tree #183300

Tints of Pine Tree #183300

Color information

#183300 (or 0x183300) is unknown color: approx Pine Tree. HEX triplet: 18, 33 and 00. RGB value is (24,51,0). Sum of RGB (Red+Green+Blue) = 24+51+0=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #183300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183300 is #E7CCFF. Grayscale: #252525. Windows color (decimal): -15191296 or 13080. OLE color: 13080.

HSL color Cylindrical-coordinate representation of color #183300: hue angle of 91.76º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #183300 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB24510-
CMYK0.53010.8
HSL91.76º100%10%-
HSV(B)91.76º100%20%-
XYZ1.562.560.41-
YUV37.11107.05118.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 51 (20.31% from 255) = 68%
BLUE value IS 0 (0.39% from 255) = 0%
R=32%
G=68%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal245100.53010.891.7610010
Hex1833035064505c64a
Octal3063065014412013414412
Binary110001100110110101011001001010000101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183300; }

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

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

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

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

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

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

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

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