Html Css Color HEX #263013 Pine Tree

📋 copy color: '#263013'

red 38 ◦ green 48 ◦ blue 19

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

Shades of Pine Tree #263013

Tints of Pine Tree #263013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.71%

 BLUE value IS 19 (7.81% from 255) = 18.1%

R = 36.19%
G = 45.71%
B = 18.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#263013 (or 0x263013) is known color: Pine Tree. HEX triplet: 26, 30 and 13. RGB value is (38,48,19). Sum of RGB (Red+Green+Blue) = 38+48+19=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #263013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263013 is #D9CFEC. Grayscale: #292929. Windows color (decimal): -14274541 or 1257510. OLE color: 1257510.

HSL color Cylindrical-coordinate representation of color #263013: hue angle of 80.69º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263013 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 38 48 19 -
CMYK 0.21 0 0.60 0.81
HSL 80.69º 0.43% 0.13% -
HSV(B) 80.69º 0.6% 0.19% -
XYZ 1.97 2.57 1.01 -
YUV 41.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 38 48 19 0.21 0 0.60 0.81 80.69 0.43 0.13
Hex 26 30 13 15 0 3C 51 51 2B D
Octal 46 60 23 25 0 74 121 121 53 15
Binary 100110 110000 10011 10101 0 111100 1010001 1010001 101011 1101

Color Harmonies of #263013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263013

Black with #263013

Text Example


Text Example

White with #263013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263013; }

 p { color: rgb(38,48,19); }

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

background-color css

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

 a { background-color: rgb(38,48,19); }

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

border-color css

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

 span { border-color: rgb(38,48,19); }

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