Html Css Color HEX #181D0F Pine Tree

📋 copy color: '#181D0F'

red 24 ◦ green 29 ◦ blue 15

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

Shades of Pine Tree #181D0F

Tints of Pine Tree #181D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 22.06%

R = 35.29%
G = 42.65%
B = 22.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#181D0F (or 0x181D0F) is known color: Pine Tree. HEX triplet: 18, 1D and 0F. RGB value is (24,29,15). Sum of RGB (Red+Green+Blue) = 24+29+15=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #181D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D0F is #E7E2F0. Grayscale: #191919. Windows color (decimal): -15196913 or 990488. OLE color: 990488.

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

Color convert

RGB 24 29 15 -
CMYK 0.17 0 0.48 0.89
HSL 81.43º 0.32% 0.09% -
HSV(B) 81.43º 0.48% 0.11% -
XYZ 0.9 1.11 0.62 -
YUV 25.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 24 29 15 0.17 0 0.48 0.89 81.43 0.32 0.09
Hex 18 1D F 11 0 30 59 51 20 9
Octal 30 35 17 21 0 60 131 121 40 11
Binary 11000 11101 1111 10001 0 110000 1011001 1010001 100000 1001

Color Harmonies of #181D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D0F

Black with #181D0F

Text Example


Text Example

White with #181D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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