Html Css Color HEX #182505 Pine Tree

📋 copy color: '#182505'

red 24 ◦ green 37 ◦ blue 5

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

Shades of Pine Tree #182505

Tints of Pine Tree #182505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.58%

R = 36.36%
G = 56.06%
B = 7.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#182505 (or 0x182505) is known color: Pine Tree. HEX triplet: 18, 25 and 05. RGB value is (24,37,5). Sum of RGB (Red+Green+Blue) = 24+37+5=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #182505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182505 is #E7DAFA. Grayscale: #1D1D1D. Windows color (decimal): -15194875 or 337176. OLE color: 337176.

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

Color convert

RGB 24 37 5 -
CMYK 0.35 0 0.86 0.85
HSL 84.38º 0.76% 0.08% -
HSV(B) 84.38º 0.86% 0.15% -
XYZ 1.07 1.53 0.38 -
YUV 29.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 24 37 5 0.35 0 0.86 0.85 84.38 0.76 0.08
Hex 18 25 5 23 0 56 55 54 4C 8
Octal 30 45 5 43 0 126 125 124 114 10
Binary 11000 100101 101 100011 0 1010110 1010101 1010100 1001100 1000

Color Harmonies of #182505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182505

Black with #182505

Text Example


Text Example

White with #182505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182505; }

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

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

background-color css

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

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

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

border-color css

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

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

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