Html Css Color HEX #18260A Pine Tree

📋 copy color: '#18260A'

red 24 ◦ green 38 ◦ blue 10

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

Shades of Pine Tree #18260A

Tints of Pine Tree #18260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 52.78%

 BLUE value IS 10 (4.3% from 255) = 13.89%

R = 33.33%
G = 52.78%
B = 13.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#18260A (or 0x18260A) is known color: Pine Tree. HEX triplet: 18, 26 and 0A. RGB value is (24,38,10). Sum of RGB (Red+Green+Blue) = 24+38+10=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #18260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18260A is #E7D9F5. Grayscale: #1E1E1E. Windows color (decimal): -15194614 or 665112. OLE color: 665112.

HSL color Cylindrical-coordinate representation of color #18260A: hue angle of 90º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18260A is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 38 10 -
CMYK 0.37 0 0.74 0.85
HSL 90º 0.58% 0.09% -
HSV(B) 90º 0.74% 0.15% -
XYZ 1.12 1.6 0.54 -
YUV 30.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 24 38 10 0.37 0 0.74 0.85 90 0.58 0.09
Hex 18 26 A 25 0 4A 55 5A 3A 9
Octal 30 46 12 45 0 112 125 132 72 11
Binary 11000 100110 1010 100101 0 1001010 1010101 1011010 111010 1001

Color Harmonies of #18260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18260A

Black with #18260A

Text Example


Text Example

White with #18260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18260A; }

 p { color: rgb(24,38,10); }

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

background-color css

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

 a { background-color: rgb(24,38,10); }

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

border-color css

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

 span { border-color: rgb(24,38,10); }

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