Html Css Color HEX #0E1F15 Cardin Green

📋 copy color: '#0E1F15'

red 14 ◦ green 31 ◦ blue 21

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

Shades of Cardin Green #0E1F15

Tints of Cardin Green #0E1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.97%

 BLUE value IS 21 (8.59% from 255) = 31.82%

R = 21.21%
G = 46.97%
B = 31.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#0E1F15 (or 0x0E1F15) is known color: Cardin Green. HEX triplet: 0E, 1F and 15. RGB value is (14,31,21). Sum of RGB (Red+Green+Blue) = 14+31+21=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F15 is #F1E0EA. Grayscale: #181818. Windows color (decimal): -15851755 or 1384206. OLE color: 1384206.

HSL color Cylindrical-coordinate representation of color #0E1F15: hue angle of 144.71º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E1F15 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 31 21 -
CMYK 0.55 0 0.32 0.88
HSL 144.71º 0.38% 0.09% -
HSV(B) 144.71º 0.55% 0.12% -
XYZ 0.81 1.13 0.88 -
YUV 24.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 14 31 21 0.55 0 0.32 0.88 144.71 0.38 0.09
Hex E 1F 15 37 0 20 58 91 26 9
Octal 16 37 25 67 0 40 130 221 46 11
Binary 1110 11111 10101 110111 0 100000 1011000 10010001 100110 1001

Color Harmonies of #0E1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F15

Black with #0E1F15

Text Example


Text Example

White with #0E1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,31,21); }

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

background-color css

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

 a { background-color: rgb(14,31,21); }

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

border-color css

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

 span { border-color: rgb(14,31,21); }

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