#182900

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

Shades of Pine Tree #182900

Tints of Pine Tree #182900

Color information

#182900 (or 0x182900) is unknown color: approx Pine Tree. HEX triplet: 18, 29 and 00. RGB value is (24,41,0). Sum of RGB (Red+Green+Blue) = 24+41+0=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #182900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182900 is #E7D6FF. Grayscale: #1F1F1F. Windows color (decimal): -15193856 or 10520. OLE color: 10520.

HSL color Cylindrical-coordinate representation of color #182900: hue angle of 84.88º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #182900 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB24410-
CMYK0.41010.84
HSL84.88º100%8.04%-
HSV(B)84.88º100%16.08%-
XYZ1.171.780.28-
YUV31.24110.37122.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 41 (16.41% from 255) = 63.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.92%
G=63.08%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal244100.41010.8484.881008.04
Hex18290290645455648
Octal3051051014412412514410
Binary110001010010101001011001001010100101010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182900; }

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

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

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

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

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

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

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

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