Html Css Color HEX #18250E Pine Tree

📋 copy color: '#18250E'

red 24 ◦ green 37 ◦ blue 14

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

Shades of Pine Tree #18250E

Tints of Pine Tree #18250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 49.33%

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

R = 32%
G = 49.33%
B = 18.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#18250E (or 0x18250E) is known color: Pine Tree. HEX triplet: 18, 25 and 0E. RGB value is (24,37,14). Sum of RGB (Red+Green+Blue) = 24+37+14=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #18250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18250E is #E7DAF1. Grayscale: #1E1E1E. Windows color (decimal): -15194866 or 927000. OLE color: 927000.

HSL color Cylindrical-coordinate representation of color #18250E: hue angle of 93.91º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18250E is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 37 14 -
CMYK 0.35 0 0.62 0.85
HSL 93.91º 0.45% 0.1% -
HSV(B) 93.91º 0.62% 0.15% -
XYZ 1.12 1.55 0.66 -
YUV 30.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 24 37 14 0.35 0 0.62 0.85 93.91 0.45 0.1
Hex 18 25 E 23 0 3E 55 5E 2D A
Octal 30 45 16 43 0 76 125 136 55 12
Binary 11000 100101 1110 100011 0 111110 1010101 1011110 101101 1010

Color Harmonies of #18250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18250E

Black with #18250E

Text Example


Text Example

White with #18250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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