#182700

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

Shades of Pine Tree #182700

Tints of Pine Tree #182700

Color information

#182700 (or 0x182700) is unknown color: approx Pine Tree. HEX triplet: 18, 27 and 00. RGB value is (24,39,0). Sum of RGB (Red+Green+Blue) = 24+39+0=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #182700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182700 is #E7D8FF. Grayscale: #1E1E1E. Windows color (decimal): -15194368 or 10008. OLE color: 10008.

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

Color convert

RGB24390-
CMYK0.38010.85
HSL83.08º100%7.65%-
HSV(B)83.08º100%15.29%-
XYZ1.11.650.26-
YUV30.07111.03123.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.10%
GREEN value IS 39 (15.62% from 255) = 61.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.10%
G=61.90%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal243900.38010.8583.081007.65
Hex18270260645553648
Octal3047046014412512314410
Binary110001001110100110011001001010101101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182700; }

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

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

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

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

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

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

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

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