#182C04

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

Shades of Pine Tree #182C04

Tints of Pine Tree #182C04

Color information

#182C04 (or 0x182C04) is unknown color: approx Pine Tree. HEX triplet: 18, 2C and 04. RGB value is (24,44,4). Sum of RGB (Red+Green+Blue) = 24+44+4=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #182C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182C04 is #E7D3FB. Grayscale: #212121. Windows color (decimal): -15193084 or 273432. OLE color: 273432.

HSL color Cylindrical-coordinate representation of color #182C04: hue angle of 90º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #182C04 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.83.

Color convert

RGB24444-
CMYK0.4500.910.83
HSL90º83.33%9.41%-
HSV(B)90º90.91%17.25%-
XYZ1.320.43-
YUV33.46111.37121.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 61.11%
BLUE value IS 4 (1.95% from 255) = 5.56%
R=33.33%
G=61.11%
B=5.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal244440.4500.910.839083.339.41
Hex182C42D05B535a539
Octal3054455013312313212311
Binary11000101100100101101010110111010011101101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182C04; }

 p { color: rgb(24,44,4); }

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

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

 a { background-color: rgb(24,44,4); }

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

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

 span { border-color: rgb(24,44,4); }

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