Html Css Color HEX #263A0F Pine Tree

📋 copy color: '#263A0F'

red 38 ◦ green 58 ◦ blue 15

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

Shades of Pine Tree #263A0F

Tints of Pine Tree #263A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 52.25%

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

R = 34.23%
G = 52.25%
B = 13.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#263A0F (or 0x263A0F) is known color: Pine Tree. HEX triplet: 26, 3A and 0F. RGB value is (38,58,15). Sum of RGB (Red+Green+Blue) = 38+58+15=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #263A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263A0F is #D9C5F0. Grayscale: #2F2F2F. Windows color (decimal): -14271985 or 997926. OLE color: 997926.

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

Color convert

RGB 38 58 15 -
CMYK 0.34 0 0.74 0.77
HSL 87.91º 0.59% 0.14% -
HSV(B) 87.91º 0.74% 0.23% -
XYZ 2.4 3.47 1 -
YUV 47.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 38 58 15 0.34 0 0.74 0.77 87.91 0.59 0.14
Hex 26 3A F 22 0 4A 4D 58 3B E
Octal 46 72 17 42 0 112 115 130 73 16
Binary 100110 111010 1111 100010 0 1001010 1001101 1011000 111011 1110

Color Harmonies of #263A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A0F

Black with #263A0F

Text Example


Text Example

White with #263A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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