Html Css Color HEX #264209 Pine Tree

📋 copy color: '#264209'

red 38 ◦ green 66 ◦ blue 9

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

Shades of Pine Tree #264209

Tints of Pine Tree #264209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 58.41%

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

R = 33.63%
G = 58.41%
B = 7.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#264209 (or 0x264209) is known color: Pine Tree. HEX triplet: 26, 42 and 09. RGB value is (38,66,9). Sum of RGB (Red+Green+Blue) = 38+66+9=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #264209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264209 is #D9BDF6. Grayscale: #333333. Windows color (decimal): -14269943 or 606758. OLE color: 606758.

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

Color convert

RGB 38 66 9 -
CMYK 0.42 0 0.86 0.74
HSL 89.47º 0.76% 0.15% -
HSV(B) 89.47º 0.86% 0.26% -
XYZ 2.8 4.33 0.95 -
YUV 51.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 38 66 9 0.42 0 0.86 0.74 89.47 0.76 0.15
Hex 26 42 9 2A 0 56 4A 59 4C F
Octal 46 102 11 52 0 126 112 131 114 17
Binary 100110 1000010 1001 101010 0 1010110 1001010 1011001 1001100 1111

Color Harmonies of #264209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264209

Black with #264209

Text Example


Text Example

White with #264209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264209; }

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

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

background-color css

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

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

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

border-color css

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

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

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