Html Css Color HEX #18290E Pine Tree

📋 copy color: '#18290E'

red 24 ◦ green 41 ◦ blue 14

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

Shades of Pine Tree #18290E

Tints of Pine Tree #18290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 51.9%

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

R = 30.38%
G = 51.9%
B = 17.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.84

RGB Variations

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

Color information

#18290E (or 0x18290E) is known color: Pine Tree. HEX triplet: 18, 29 and 0E. RGB value is (24,41,14). Sum of RGB (Red+Green+Blue) = 24+41+14=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #18290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18290E is #E7D6F1. Grayscale: #202020. Windows color (decimal): -15193842 or 928024. OLE color: 928024.

HSL color Cylindrical-coordinate representation of color #18290E: hue angle of 97.78º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18290E is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 41 14 -
CMYK 0.41 0 0.66 0.84
HSL 97.78º 0.49% 0.11% -
HSV(B) 97.78º 0.66% 0.16% -
XYZ 1.25 1.81 0.7 -
YUV 32.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 24 41 14 0.41 0 0.66 0.84 97.78 0.49 0.11
Hex 18 29 E 29 0 42 54 62 31 B
Octal 30 51 16 51 0 102 124 142 61 13
Binary 11000 101001 1110 101001 0 1000010 1010100 1100010 110001 1011

Color Harmonies of #18290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18290E

Black with #18290E

Text Example


Text Example

White with #18290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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