#183000

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

Shades of Pine Tree #183000

Tints of Pine Tree #183000

Color information

#183000 (or 0x183000) is unknown color: approx Pine Tree. HEX triplet: 18, 30 and 00. RGB value is (24,48,0). Sum of RGB (Red+Green+Blue) = 24+48+0=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #183000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183000 is #E7CFFF. Grayscale: #232323. Windows color (decimal): -15192064 or 12312. OLE color: 12312.

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

Color convert

RGB24480-
CMYK0.5010.81
HSL90º100%9.41%-
HSV(B)90º100%18.82%-
XYZ1.432.310.37-
YUV35.35108.05119.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal244800.5010.81901009.41
Hex1830032064515a649
Octal3060062014412113214411
Binary110001100000110010011001001010001101101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183000; }

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

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

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

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

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

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

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

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