Html Css Color HEX #182500 Pine Tree

📋 copy color: '#182500'

red 24 ◦ green 37 ◦ blue 0

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

Shades of Pine Tree #182500

Tints of Pine Tree #182500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 60.66%

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

R = 39.34%
G = 60.66%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#182500 (or 0x182500) is known color: Pine Tree. HEX triplet: 18, 25 and 00. RGB value is (24,37,0). Sum of RGB (Red+Green+Blue) = 24+37+0=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #182500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182500 is #E7DAFF. Grayscale: #1D1D1D. Windows color (decimal): -15194880 or 9496. OLE color: 9496.

HSL color Cylindrical-coordinate representation of color #182500: hue angle of 81.08º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #182500 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 37 0 -
CMYK 0.35 0 1 0.85
HSL 81.08º 1% 0.07% -
HSV(B) 81.08º 1% 0.15% -
XYZ 1.04 1.52 0.24 -
YUV 28.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 24 37 0 0.35 0 1 0.85 81.08 1 0.07
Hex 18 25 0 23 0 64 55 51 64 7
Octal 30 45 0 43 0 144 125 121 144 7
Binary 11000 100101 0 100011 0 1100100 1010101 1010001 1100100 111

Color Harmonies of #182500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182500

Black with #182500

Text Example


Text Example

White with #182500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182500; }

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

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

background-color css

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

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

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

border-color css

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

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

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