Html Css Color HEX #263B0F Pine Tree

📋 copy color: '#263B0F'

red 38 ◦ green 59 ◦ blue 15

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

Shades of Pine Tree #263B0F

Tints of Pine Tree #263B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 52.68%

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 33.93%
G = 52.68%
B = 13.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.77

RGB Variations

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

Color information

#263B0F (or 0x263B0F) is known color: Pine Tree. HEX triplet: 26, 3B and 0F. RGB value is (38,59,15). Sum of RGB (Red+Green+Blue) = 38+59+15=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #263B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263B0F is #D9C4F0. Grayscale: #2F2F2F. Windows color (decimal): -14271729 or 998182. OLE color: 998182.

HSL color Cylindrical-coordinate representation of color #263B0F: hue angle of 88.64º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263B0F is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB 38 59 15 -
CMYK 0.36 0 0.75 0.77
HSL 88.64º 0.59% 0.15% -
HSV(B) 88.64º 0.75% 0.23% -
XYZ 2.45 3.57 1.01 -
YUV 47.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 38 59 15 0.36 0 0.75 0.77 88.64 0.59 0.15
Hex 26 3B F 24 0 4B 4D 59 3B F
Octal 46 73 17 44 0 113 115 131 73 17
Binary 100110 111011 1111 100100 0 1001011 1001101 1011001 111011 1111

Color Harmonies of #263B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B0F

Black with #263B0F

Text Example


Text Example

White with #263B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263B0F; }

 p { color: rgb(38,59,15); }

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

background-color css

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

 a { background-color: rgb(38,59,15); }

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

border-color css

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

 span { border-color: rgb(38,59,15); }

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