Html Css Color HEX #18290C Pine Tree

📋 copy color: '#18290C'

red 24 ◦ green 41 ◦ blue 12

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

Shades of Pine Tree #18290C

Tints of Pine Tree #18290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.58%

R = 31.17%
G = 53.25%
B = 15.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#18290C (or 0x18290C) is known color: Pine Tree. HEX triplet: 18, 29 and 0C. RGB value is (24,41,12). Sum of RGB (Red+Green+Blue) = 24+41+12=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #18290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18290C is #E7D6F3. Grayscale: #202020. Windows color (decimal): -15193844 or 796952. OLE color: 796952.

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

Color convert

RGB 24 41 12 -
CMYK 0.41 0 0.71 0.84
HSL 95.17º 0.55% 0.1% -
HSV(B) 95.17º 0.71% 0.16% -
XYZ 1.24 1.81 0.63 -
YUV 32.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 24 41 12 0.41 0 0.71 0.84 95.17 0.55 0.1
Hex 18 29 C 29 0 47 54 5F 37 A
Octal 30 51 14 51 0 107 124 137 67 12
Binary 11000 101001 1100 101001 0 1000111 1010100 1011111 110111 1010

Color Harmonies of #18290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18290C

Black with #18290C

Text Example


Text Example

White with #18290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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