Html Css Color HEX #0E281A Cardin Green

📋 copy color: '#0E281A'

red 14 ◦ green 40 ◦ blue 26

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

Shades of Cardin Green #0E281A

Tints of Cardin Green #0E281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50%

 BLUE value IS 26 (10.55% from 255) = 32.5%

R = 17.5%
G = 50%
B = 32.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.84

RGB Variations

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

Color information

#0E281A (or 0x0E281A) is known color: Cardin Green. HEX triplet: 0E, 28 and 1A. RGB value is (14,40,26). Sum of RGB (Red+Green+Blue) = 14+40+26=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #0E281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E281A is #F1D7E5. Grayscale: #1E1E1E. Windows color (decimal): -15849446 or 1714190. OLE color: 1714190.

HSL color Cylindrical-coordinate representation of color #0E281A: hue angle of 147.69º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E281A is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 40 26 -
CMYK 0.65 0 0.35 0.84
HSL 147.69º 0.48% 0.11% -
HSV(B) 147.69º 0.65% 0.16% -
XYZ 1.13 1.69 1.24 -
YUV 30.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 14 40 26 0.65 0 0.35 0.84 147.69 0.48 0.11
Hex E 28 1A 41 0 23 54 94 30 B
Octal 16 50 32 101 0 43 124 224 60 13
Binary 1110 101000 11010 1000001 0 100011 1010100 10010100 110000 1011

Color Harmonies of #0E281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E281A

Black with #0E281A

Text Example


Text Example

White with #0E281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,40,26); }

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

background-color css

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

 a { background-color: rgb(14,40,26); }

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

border-color css

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

 span { border-color: rgb(14,40,26); }

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