Html Css Color HEX #182004 Pine Tree

📋 copy color: '#182004'

red 24 ◦ green 32 ◦ blue 4

#182004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #182004

Tints of Pine Tree #182004

RGB

 RED value IS 24 (9.77% from 255) = 40%

 GREEN value IS 32 (12.89% from 255) = 53.33%

 BLUE value IS 4 (1.95% from 255) = 6.67%

R = 40%
G = 53.33%
B = 6.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.87

RGB Variations

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

Color information

#182004 (or 0x182004) is known color: Pine Tree. HEX triplet: 18, 20 and 04. RGB value is (24,32,4). Sum of RGB (Red+Green+Blue) = 24+32+4=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #182004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182004 is #E7DFFB. Grayscale: #1A1A1A. Windows color (decimal): -15196156 or 270360. OLE color: 270360.

HSL color Cylindrical-coordinate representation of color #182004: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182004 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 32 4 -
CMYK 0.25 0 0.87 0.87
HSL 77.14º 0.78% 0.07% -
HSV(B) 77.14º 0.88% 0.13% -
XYZ 0.92 1.24 0.31 -
YUV 26.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 24 32 4 0.25 0 0.87 0.87 77.14 0.78 0.07
Hex 18 20 4 19 0 57 57 4D 4E 7
Octal 30 40 4 31 0 127 127 115 116 7
Binary 11000 100000 100 11001 0 1010111 1010111 1001101 1001110 111

Color Harmonies of #182004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182004

Black with #182004

Text Example


Text Example

White with #182004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182004; }

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

 H1.HeaderClassName
 {
   color: #182004;
 }
 .AnyTagClassName
 {
   color: #182004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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