#182D07

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

Shades of Pine Tree #182D07

Tints of Pine Tree #182D07

Color information

#182D07 (or 0x182D07) is unknown color: approx Pine Tree. HEX triplet: 18, 2D and 07. RGB value is (24,45,7). Sum of RGB (Red+Green+Blue) = 24+45+7=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #182D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182D07 is #E7D2F8. Grayscale: #222222. Windows color (decimal): -15192825 or 470296. OLE color: 470296.

HSL color Cylindrical-coordinate representation of color #182D07: hue angle of 93.16º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182D07 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.82.

Color convert

RGB24457-
CMYK0.4700.840.82
HSL93.16º73.08%10.2%-
HSV(B)93.16º84.44%17.65%-
XYZ1.352.090.53-
YUV34.39112.54120.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 45 (17.97% from 255) = 59.21%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=31.58%
G=59.21%
B=9.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal244570.4700.840.8293.1673.0810.2
Hex182D72F054525d49a
Octal3055757012412213511112
Binary11000101101111101111010101001010010101110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,7); }

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

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

 a { background-color: rgb(24,45,7); }

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

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

 span { border-color: rgb(24,45,7); }

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