Html Css Color HEX #18250B Pine Tree

📋 copy color: '#18250B'

red 24 ◦ green 37 ◦ blue 11

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

Shades of Pine Tree #18250B

Tints of Pine Tree #18250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 33.33%
G = 51.39%
B = 15.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#18250B (or 0x18250B) is known color: Pine Tree. HEX triplet: 18, 25 and 0B. RGB value is (24,37,11). Sum of RGB (Red+Green+Blue) = 24+37+11=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #18250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18250B is #E7DAF4. Grayscale: #1E1E1E. Windows color (decimal): -15194869 or 730392. OLE color: 730392.

HSL color Cylindrical-coordinate representation of color #18250B: hue angle of 90º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18250B is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 37 11 -
CMYK 0.35 0 0.70 0.85
HSL 90º 0.54% 0.09% -
HSV(B) 90º 0.7% 0.15% -
XYZ 1.1 1.54 0.56 -
YUV 30.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 24 37 11 0.35 0 0.70 0.85 90 0.54 0.09
Hex 18 25 B 23 0 46 55 5A 36 9
Octal 30 45 13 43 0 106 125 132 66 11
Binary 11000 100101 1011 100011 0 1000110 1010101 1011010 110110 1001

Color Harmonies of #18250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18250B

Black with #18250B

Text Example


Text Example

White with #18250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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