#18300A

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

Shades of Pine Tree #18300A

Tints of Pine Tree #18300A

Color information

#18300A (or 0x18300A) is unknown color: approx Pine Tree. HEX triplet: 18, 30 and 0A. RGB value is (24,48,10). Sum of RGB (Red+Green+Blue) = 24+48+10=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #18300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18300A is #E7CFF5. Grayscale: #242424. Windows color (decimal): -15192054 or 667672. OLE color: 667672.

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

Color convert

RGB244810-
CMYK0.500.790.81
HSL97.89º65.52%11.37%-
HSV(B)97.89º79.17%18.82%-
XYZ1.492.330.66-
YUV36.49113.05119.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=29.27%
G=58.54%
B=12.20%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2448100.500.790.8197.8965.5211.37
Hex1830A3204F516242b
Octal30601262011712114210213
Binary110001100001010110010010011111010001110001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18300A; }

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

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

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

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

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

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

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

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