Html Css Color HEX #264109 Pine Tree

📋 copy color: '#264109'

red 38 ◦ green 65 ◦ blue 9

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

Shades of Pine Tree #264109

Tints of Pine Tree #264109

RGB

 RED value IS 38 (15.23% from 255) = 33.93%

 GREEN value IS 65 (25.78% from 255) = 58.04%

 BLUE value IS 9 (3.91% from 255) = 8.04%

R = 33.93%
G = 58.04%
B = 8.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#264109 (or 0x264109) is known color: Pine Tree. HEX triplet: 26, 41 and 09. RGB value is (38,65,9). Sum of RGB (Red+Green+Blue) = 38+65+9=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #264109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264109 is #D9BEF6. Grayscale: #323232. Windows color (decimal): -14270199 or 606502. OLE color: 606502.

HSL color Cylindrical-coordinate representation of color #264109: hue angle of 88.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #264109 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 65 9 -
CMYK 0.42 0 0.86 0.75
HSL 88.93º 0.76% 0.15% -
HSV(B) 88.93º 0.86% 0.25% -
XYZ 2.74 4.21 0.93 -
YUV 50.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 38 65 9 0.42 0 0.86 0.75 88.93 0.76 0.15
Hex 26 41 9 2A 0 56 4B 59 4C F
Octal 46 101 11 52 0 126 113 131 114 17
Binary 100110 1000001 1001 101010 0 1010110 1001011 1011001 1001100 1111

Color Harmonies of #264109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264109

Black with #264109

Text Example


Text Example

White with #264109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264109; }

 p { color: rgb(38,65,9); }

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

background-color css

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

 a { background-color: rgb(38,65,9); }

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

border-color css

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

 span { border-color: rgb(38,65,9); }

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