Html Css Color HEX #181F0E Pine Tree

📋 copy color: '#181F0E'

red 24 ◦ green 31 ◦ blue 14

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

Shades of Pine Tree #181F0E

Tints of Pine Tree #181F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 44.93%

 BLUE value IS 14 (5.86% from 255) = 20.29%

R = 34.78%
G = 44.93%
B = 20.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.88

RGB Variations

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

Color information

#181F0E (or 0x181F0E) is known color: Pine Tree. HEX triplet: 18, 1F and 0E. RGB value is (24,31,14). Sum of RGB (Red+Green+Blue) = 24+31+14=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #181F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F0E is #E7E0F1. Grayscale: #1B1B1B. Windows color (decimal): -15196402 or 925464. OLE color: 925464.

HSL color Cylindrical-coordinate representation of color #181F0E: hue angle of 84.71º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #181F0E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 31 14 -
CMYK 0.23 0 0.55 0.88
HSL 84.71º 0.38% 0.09% -
HSV(B) 84.71º 0.55% 0.12% -
XYZ 0.95 1.21 0.6 -
YUV 26.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 24 31 14 0.23 0 0.55 0.88 84.71 0.38 0.09
Hex 18 1F E 17 0 37 58 55 26 9
Octal 30 37 16 27 0 67 130 125 46 11
Binary 11000 11111 1110 10111 0 110111 1011000 1010101 100110 1001

Color Harmonies of #181F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181F0E

Black with #181F0E

Text Example


Text Example

White with #181F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,31,14); }

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

background-color css

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

 a { background-color: rgb(24,31,14); }

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

border-color css

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

 span { border-color: rgb(24,31,14); }

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