Html Css Color HEX #181C0F Pine Tree

📋 copy color: '#181C0F'

red 24 ◦ green 28 ◦ blue 15

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

Shades of Pine Tree #181C0F

Tints of Pine Tree #181C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 41.79%

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

R = 35.82%
G = 41.79%
B = 22.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#181C0F (or 0x181C0F) is known color: Pine Tree. HEX triplet: 18, 1C and 0F. RGB value is (24,28,15). Sum of RGB (Red+Green+Blue) = 24+28+15=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #181C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C0F is #E7E3F0. Grayscale: #191919. Windows color (decimal): -15197169 or 990232. OLE color: 990232.

HSL color Cylindrical-coordinate representation of color #181C0F: hue angle of 78.46º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #181C0F is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 28 15 -
CMYK 0.14 0 0.46 0.89
HSL 78.46º 0.3% 0.08% -
HSV(B) 78.46º 0.46% 0.11% -
XYZ 0.88 1.06 0.61 -
YUV 25.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 24 28 15 0.14 0 0.46 0.89 78.46 0.3 0.08
Hex 18 1C F E 0 2E 59 4E 1E 8
Octal 30 34 17 16 0 56 131 116 36 10
Binary 11000 11100 1111 1110 0 101110 1011001 1001110 11110 1000

Color Harmonies of #181C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C0F

Black with #181C0F

Text Example


Text Example

White with #181C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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