#183008

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

Shades of Pine Tree #183008

Tints of Pine Tree #183008

Color information

#183008 (or 0x183008) is unknown color: approx Pine Tree. HEX triplet: 18, 30 and 08. RGB value is (24,48,8). Sum of RGB (Red+Green+Blue) = 24+48+8=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #183008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183008 is #E7CFF7. Grayscale: #242424. Windows color (decimal): -15192056 or 536600. OLE color: 536600.

HSL color Cylindrical-coordinate representation of color #183008: hue angle of 96º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183008 is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB24488-
CMYK0.500.830.81
HSL96º71.43%10.98%-
HSV(B)96º83.33%18.82%-
XYZ1.482.330.6-
YUV36.26112.05119.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 8 (3.52% from 255) = 10%
R=30%
G=60%
B=10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal244880.500.830.819671.4310.98
Hex1830832053516047b
Octal30601062012312114010713
Binary110001100001000110010010100111010001110000010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183008; }

 p { color: rgb(24,48,8); }

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

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

 a { background-color: rgb(24,48,8); }

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

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

 span { border-color: rgb(24,48,8); }

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