Html Css Color HEX #263D0F Pine Tree

📋 copy color: '#263D0F'

red 38 ◦ green 61 ◦ blue 15

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

Shades of Pine Tree #263D0F

Tints of Pine Tree #263D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 53.51%

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

R = 33.33%
G = 53.51%
B = 13.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#263D0F (or 0x263D0F) is known color: Pine Tree. HEX triplet: 26, 3D and 0F. RGB value is (38,61,15). Sum of RGB (Red+Green+Blue) = 38+61+15=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #263D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263D0F is #D9C2F0. Grayscale: #313131. Windows color (decimal): -14271217 or 998694. OLE color: 998694.

HSL color Cylindrical-coordinate representation of color #263D0F: hue angle of 90º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263D0F is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 61 15 -
CMYK 0.38 0 0.75 0.76
HSL 90º 0.61% 0.15% -
HSV(B) 90º 0.75% 0.24% -
XYZ 2.55 3.78 1.05 -
YUV 48.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 38 61 15 0.38 0 0.75 0.76 90 0.61 0.15
Hex 26 3D F 26 0 4B 4C 5A 3D F
Octal 46 75 17 46 0 113 114 132 75 17
Binary 100110 111101 1111 100110 0 1001011 1001100 1011010 111101 1111

Color Harmonies of #263D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D0F

Black with #263D0F

Text Example


Text Example

White with #263D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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