Html Css Color HEX #18250C Pine Tree

📋 copy color: '#18250C'

red 24 ◦ green 37 ◦ blue 12

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

Shades of Pine Tree #18250C

Tints of Pine Tree #18250C

RGB

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

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

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

R = 32.88%
G = 50.68%
B = 16.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#18250C (or 0x18250C) is known color: Pine Tree. HEX triplet: 18, 25 and 0C. RGB value is (24,37,12). Sum of RGB (Red+Green+Blue) = 24+37+12=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #18250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18250C is #E7DAF3. Grayscale: #1E1E1E. Windows color (decimal): -15194868 or 795928. OLE color: 795928.

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

Color convert

RGB 24 37 12 -
CMYK 0.35 0 0.68 0.85
HSL 91.2º 0.51% 0.1% -
HSV(B) 91.2º 0.68% 0.15% -
XYZ 1.1 1.54 0.59 -
YUV 30.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 24 37 12 0.35 0 0.68 0.85 91.2 0.51 0.1
Hex 18 25 C 23 0 44 55 5B 33 A
Octal 30 45 14 43 0 104 125 133 63 12
Binary 11000 100101 1100 100011 0 1000100 1010101 1011011 110011 1010

Color Harmonies of #18250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18250C

Black with #18250C

Text Example


Text Example

White with #18250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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