#182F02

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

Shades of Pine Tree #182F02

Tints of Pine Tree #182F02

Color information

#182F02 (or 0x182F02) is unknown color: approx Pine Tree. HEX triplet: 18, 2F and 02. RGB value is (24,47,2). Sum of RGB (Red+Green+Blue) = 24+47+2=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 47 (18.75% from 255 or 64.38% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 47 - color contains mainly: green. Hex color #182F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182F02 is #E7D0FD. Grayscale: #232323. Windows color (decimal): -15192318 or 143128. OLE color: 143128.

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

Color convert

RGB24472-
CMYK0.4900.960.82
HSL90.67º91.84%9.61%-
HSV(B)90.67º95.74%18.43%-
XYZ1.42.230.41-
YUV34.99109.38120.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 47 (18.75% from 255) = 64.38%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=32.88%
G=64.38%
B=2.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal244720.4900.960.8290.6791.849.61
Hex182F231060525b5ca
Octal3057261014012213313412
Binary1100010111110110001011000001010010101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,2); }

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

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

 a { background-color: rgb(24,47,2); }

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

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

 span { border-color: rgb(24,47,2); }

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