Html Css Color HEX #0E3026 Dark Green

📋 copy color: '#0E3026'

red 14 ◦ green 48 ◦ blue 38

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

Shades of Dark Green #0E3026

Tints of Dark Green #0E3026

RGB

 RED value IS 14 (5.86% from 255) = 14%

 GREEN value IS 48 (19.14% from 255) = 48%

 BLUE value IS 38 (15.23% from 255) = 38%

R = 14%
G = 48%
B = 38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#0E3026 (or 0x0E3026) is known color: Dark Green. HEX triplet: 0E, 30 and 26. RGB value is (14,48,38). Sum of RGB (Red+Green+Blue) = 14+48+38=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #0E3026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3026 is #F1CFD9. Grayscale: #242424. Windows color (decimal): -15847386 or 2502670. OLE color: 2502670.

HSL color Cylindrical-coordinate representation of color #0E3026: hue angle of 162.35º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E3026 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 48 38 -
CMYK 0.71 0 0.21 0.81
HSL 162.35º 0.55% 0.12% -
HSV(B) 162.35º 0.71% 0.19% -
XYZ 1.59 2.35 2.2 -
YUV 36.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 14 48 38 0.71 0 0.21 0.81 162.35 0.55 0.12
Hex E 30 26 47 0 15 51 A2 37 C
Octal 16 60 46 107 0 25 121 242 67 14
Binary 1110 110000 100110 1000111 0 10101 1010001 10100010 110111 1100

Color Harmonies of #0E3026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3026

Black with #0E3026

Text Example


Text Example

White with #0E3026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E3026; }

 p { color: rgb(14,48,38); }

 H1.HeaderClassName
 {
   color: #0E3026;
 }
 .AnyTagClassName
 {
   color: #0E3026;
 }
</style>

background-color css

<style>
 a { background-color: #0E3026; }

 a { background-color: rgb(14,48,38); }

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

border-color css

<style>
 span { border-color: #0E3026; }

 span { border-color: rgb(14,48,38); }

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