Html Css Color HEX #263E14 Black Forest

📋 copy color: '#263E14'

red 38 ◦ green 62 ◦ blue 20

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

Shades of Black Forest #263E14

Tints of Black Forest #263E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 51.67%

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 31.67%
G = 51.67%
B = 16.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#263E14 (or 0x263E14) is known color: Black Forest. HEX triplet: 26, 3E and 14. RGB value is (38,62,20). Sum of RGB (Red+Green+Blue) = 38+62+20=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #263E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263E14 is #D9C1EB. Grayscale: #323232. Windows color (decimal): -14270956 or 1326630. OLE color: 1326630.

HSL color Cylindrical-coordinate representation of color #263E14: hue angle of 94.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263E14 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 62 20 -
CMYK 0.39 0 0.68 0.76
HSL 94.29º 0.51% 0.16% -
HSV(B) 94.29º 0.68% 0.24% -
XYZ 2.65 3.91 1.28 -
YUV 50.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 38 62 20 0.39 0 0.68 0.76 94.29 0.51 0.16
Hex 26 3E 14 27 0 44 4C 5E 33 10
Octal 46 76 24 47 0 104 114 136 63 20
Binary 100110 111110 10100 100111 0 1000100 1001100 1011110 110011 10000

Color Harmonies of #263E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E14

Black with #263E14

Text Example


Text Example

White with #263E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,20); }

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

background-color css

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

 a { background-color: rgb(38,62,20); }

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

border-color css

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

 span { border-color: rgb(38,62,20); }

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