Html Css Color HEX #18250F Pine Tree

📋 copy color: '#18250F'

red 24 ◦ green 37 ◦ blue 15

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

Shades of Pine Tree #18250F

Tints of Pine Tree #18250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 19.74%

R = 31.58%
G = 48.68%
B = 19.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#18250F (or 0x18250F) is known color: Pine Tree. HEX triplet: 18, 25 and 0F. RGB value is (24,37,15). Sum of RGB (Red+Green+Blue) = 24+37+15=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #18250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18250F is #E7DAF0. Grayscale: #1E1E1E. Windows color (decimal): -15194865 or 992536. OLE color: 992536.

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

Color convert

RGB 24 37 15 -
CMYK 0.35 0 0.59 0.85
HSL 95.45º 0.42% 0.1% -
HSV(B) 95.45º 0.59% 0.15% -
XYZ 1.12 1.55 0.69 -
YUV 30.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 24 37 15 0.35 0 0.59 0.85 95.45 0.42 0.1
Hex 18 25 F 23 0 3B 55 5F 2A A
Octal 30 45 17 43 0 73 125 137 52 12
Binary 11000 100101 1111 100011 0 111011 1010101 1011111 101010 1010

Color Harmonies of #18250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18250F

Black with #18250F

Text Example


Text Example

White with #18250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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