Html Css Color HEX #182000 Pine Tree

📋 copy color: '#182000'

red 24 ◦ green 32 ◦ blue 0

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

Shades of Pine Tree #182000

Tints of Pine Tree #182000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#182000 (or 0x182000) is known color: Pine Tree. HEX triplet: 18, 20 and 00. RGB value is (24,32,0). Sum of RGB (Red+Green+Blue) = 24+32+0=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #182000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182000 is #E7DFFF. Grayscale: #1A1A1A. Windows color (decimal): -15196160 or 8216. OLE color: 8216.

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

Color convert

RGB 24 32 0 -
CMYK 0.25 0 1 0.87
HSL 75º 1% 0.06% -
HSV(B) 75º 1% 0.13% -
XYZ 0.89 1.23 0.19 -
YUV 25.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 24 32 0 0.25 0 1 0.87 75 1 0.06
Hex 18 20 0 19 0 64 57 4B 64 6
Octal 30 40 0 31 0 144 127 113 144 6
Binary 11000 100000 0 11001 0 1100100 1010111 1001011 1100100 110

Color Harmonies of #182000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182000

Black with #182000

Text Example


Text Example

White with #182000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182000; }

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

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

background-color css

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

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

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

border-color css

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

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

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