Html Css Color HEX #182510 Pine Tree

📋 copy color: '#182510'

red 24 ◦ green 37 ◦ blue 16

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

Shades of Pine Tree #182510

Tints of Pine Tree #182510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 20.78%

R = 31.17%
G = 48.05%
B = 20.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#182510 (or 0x182510) is known color: Pine Tree. HEX triplet: 18, 25 and 10. RGB value is (24,37,16). Sum of RGB (Red+Green+Blue) = 24+37+16=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #182510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182510 is #E7DAEF. Grayscale: #1E1E1E. Windows color (decimal): -15194864 or 1058072. OLE color: 1058072.

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

Color convert

RGB 24 37 16 -
CMYK 0.35 0 0.57 0.85
HSL 97.14º 0.4% 0.1% -
HSV(B) 97.14º 0.57% 0.15% -
XYZ 1.13 1.55 0.73 -
YUV 30.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 24 37 16 0.35 0 0.57 0.85 97.14 0.4 0.1
Hex 18 25 10 23 0 39 55 61 28 A
Octal 30 45 20 43 0 71 125 141 50 12
Binary 11000 100101 10000 100011 0 111001 1010101 1100001 101000 1010

Color Harmonies of #182510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182510

Black with #182510

Text Example


Text Example

White with #182510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182510; }

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

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

background-color css

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

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

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

border-color css

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

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

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