Html Css Color HEX #181D11 Pine Tree

📋 copy color: '#181D11'

red 24 ◦ green 29 ◦ blue 17

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

Shades of Pine Tree #181D11

Tints of Pine Tree #181D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 41.43%

 BLUE value IS 17 (7.03% from 255) = 24.29%

R = 34.29%
G = 41.43%
B = 24.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#181D11 (or 0x181D11) is known color: Pine Tree. HEX triplet: 18, 1D and 11. RGB value is (24,29,17). Sum of RGB (Red+Green+Blue) = 24+29+17=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 29 - color contains mainly: green. Hex color #181D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D11 is #E7E2EE. Grayscale: #1A1A1A. Windows color (decimal): -15196911 or 1121560. OLE color: 1121560.

HSL color Cylindrical-coordinate representation of color #181D11: hue angle of 85º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #181D11 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 29 17 -
CMYK 0.17 0 0.41 0.89
HSL 85º 0.26% 0.09% -
HSV(B) 85º 0.41% 0.11% -
XYZ 0.92 1.11 0.7 -
YUV 26.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 24 29 17 0.17 0 0.41 0.89 85 0.26 0.09
Hex 18 1D 11 11 0 29 59 55 1A 9
Octal 30 35 21 21 0 51 131 125 32 11
Binary 11000 11101 10001 10001 0 101001 1011001 1010101 11010 1001

Color Harmonies of #181D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D11

Black with #181D11

Text Example


Text Example

White with #181D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181D11; }

 p { color: rgb(24,29,17); }

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

background-color css

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

 a { background-color: rgb(24,29,17); }

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

border-color css

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

 span { border-color: rgb(24,29,17); }

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