Html Css Color HEX #182304 Pine Tree

📋 copy color: '#182304'

red 24 ◦ green 35 ◦ blue 4

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

Shades of Pine Tree #182304

Tints of Pine Tree #182304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 55.56%

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

R = 38.1%
G = 55.56%
B = 6.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#182304 (or 0x182304) is known color: Pine Tree. HEX triplet: 18, 23 and 04. RGB value is (24,35,4). Sum of RGB (Red+Green+Blue) = 24+35+4=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #182304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182304 is #E7DCFB. Grayscale: #1C1C1C. Windows color (decimal): -15195388 or 271128. OLE color: 271128.

HSL color Cylindrical-coordinate representation of color #182304: hue angle of 81.29º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #182304 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 35 4 -
CMYK 0.31 0 0.89 0.86
HSL 81.29º 0.79% 0.08% -
HSV(B) 81.29º 0.89% 0.14% -
XYZ 1 1.41 0.33 -
YUV 28.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 24 35 4 0.31 0 0.89 0.86 81.29 0.79 0.08
Hex 18 23 4 1F 0 59 56 51 4F 8
Octal 30 43 4 37 0 131 126 121 117 10
Binary 11000 100011 100 11111 0 1011001 1010110 1010001 1001111 1000

Color Harmonies of #182304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182304

Black with #182304

Text Example


Text Example

White with #182304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182304; }

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

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

background-color css

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

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

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

border-color css

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

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

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