Html Css Color HEX #263A0A Pine Tree

📋 copy color: '#263A0A'

red 38 ◦ green 58 ◦ blue 10

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

Shades of Pine Tree #263A0A

Tints of Pine Tree #263A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.43%

R = 35.85%
G = 54.72%
B = 9.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.77

RGB Variations

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

Color information

#263A0A (or 0x263A0A) is known color: Pine Tree. HEX triplet: 26, 3A and 0A. RGB value is (38,58,10). Sum of RGB (Red+Green+Blue) = 38+58+10=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #263A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263A0A is #D9C5F5. Grayscale: #2E2E2E. Windows color (decimal): -14271990 or 670246. OLE color: 670246.

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

Color convert

RGB 38 58 10 -
CMYK 0.34 0 0.83 0.77
HSL 85º 0.71% 0.13% -
HSV(B) 85º 0.83% 0.23% -
XYZ 2.37 3.46 0.83 -
YUV 46.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 38 58 10 0.34 0 0.83 0.77 85 0.71 0.13
Hex 26 3A A 22 0 53 4D 55 47 D
Octal 46 72 12 42 0 123 115 125 107 15
Binary 100110 111010 1010 100010 0 1010011 1001101 1010101 1000111 1101

Color Harmonies of #263A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A0A

Black with #263A0A

Text Example


Text Example

White with #263A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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