Html Css Color HEX #182401 Pine Tree

📋 copy color: '#182401'

red 24 ◦ green 36 ◦ blue 1

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

Shades of Pine Tree #182401

Tints of Pine Tree #182401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 59.02%

 BLUE value IS 1 (0.78% from 255) = 1.64%

R = 39.34%
G = 59.02%
B = 1.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#182401 (or 0x182401) is known color: Pine Tree. HEX triplet: 18, 24 and 01. RGB value is (24,36,1). Sum of RGB (Red+Green+Blue) = 24+36+1=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #182401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182401 is #E7DBFE. Grayscale: #1C1C1C. Windows color (decimal): -15195135 or 74776. OLE color: 74776.

HSL color Cylindrical-coordinate representation of color #182401: hue angle of 80.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #182401 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 36 1 -
CMYK 0.33 0 0.97 0.86
HSL 80.57º 0.95% 0.07% -
HSV(B) 80.57º 0.97% 0.14% -
XYZ 1.01 1.46 0.26 -
YUV 28.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 24 36 1 0.33 0 0.97 0.86 80.57 0.95 0.07
Hex 18 24 1 21 0 61 56 51 5F 7
Octal 30 44 1 41 0 141 126 121 137 7
Binary 11000 100100 1 100001 0 1100001 1010110 1010001 1011111 111

Color Harmonies of #182401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182401

Black with #182401

Text Example


Text Example

White with #182401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182401; }

 p { color: rgb(24,36,1); }

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

background-color css

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

 a { background-color: rgb(24,36,1); }

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

border-color css

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

 span { border-color: rgb(24,36,1); }

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