Html Css Color HEX #263212 Pine Tree

📋 copy color: '#263212'

red 38 ◦ green 50 ◦ blue 18

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

Shades of Pine Tree #263212

Tints of Pine Tree #263212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.17%

 BLUE value IS 18 (7.42% from 255) = 16.98%

R = 35.85%
G = 47.17%
B = 16.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#263212 (or 0x263212) is known color: Pine Tree. HEX triplet: 26, 32 and 12. RGB value is (38,50,18). Sum of RGB (Red+Green+Blue) = 38+50+18=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #263212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263212 is #D9CDED. Grayscale: #2A2A2A. Windows color (decimal): -14274030 or 1192486. OLE color: 1192486.

HSL color Cylindrical-coordinate representation of color #263212: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263212 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 50 18 -
CMYK 0.24 0 0.64 0.80
HSL 82.5º 0.47% 0.13% -
HSV(B) 82.5º 0.64% 0.2% -
XYZ 2.05 2.74 0.99 -
YUV 42.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 38 50 18 0.24 0 0.64 0.80 82.5 0.47 0.13
Hex 26 32 12 18 0 40 50 52 2F D
Octal 46 62 22 30 0 100 120 122 57 15
Binary 100110 110010 10010 11000 0 1000000 1010000 1010010 101111 1101

Color Harmonies of #263212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263212

Black with #263212

Text Example


Text Example

White with #263212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263212; }

 p { color: rgb(38,50,18); }

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

background-color css

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

 a { background-color: rgb(38,50,18); }

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

border-color css

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

 span { border-color: rgb(38,50,18); }

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