Html Css Color HEX #0E2216 Cardin Green

📋 copy color: '#0E2216'

red 14 ◦ green 34 ◦ blue 22

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

Shades of Cardin Green #0E2216

Tints of Cardin Green #0E2216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 48.57%

 BLUE value IS 22 (8.98% from 255) = 31.43%

R = 20%
G = 48.57%
B = 31.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.87

RGB Variations

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

Color information

#0E2216 (or 0x0E2216) is known color: Cardin Green. HEX triplet: 0E, 22 and 16. RGB value is (14,34,22). Sum of RGB (Red+Green+Blue) = 14+34+22=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 34 (13.67% from 255 or 48.57% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 34 - color contains mainly: green. Hex color #0E2216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2216 is #F1DDE9. Grayscale: #1A1A1A. Windows color (decimal): -15850986 or 1450510. OLE color: 1450510.

HSL color Cylindrical-coordinate representation of color #0E2216: hue angle of 144º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0E2216 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 34 22 -
CMYK 0.59 0 0.35 0.87
HSL 144º 0.42% 0.09% -
HSV(B) 144º 0.59% 0.13% -
XYZ 0.9 1.3 0.96 -
YUV 26.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 14 34 22 0.59 0 0.35 0.87 144 0.42 0.09
Hex E 22 16 3B 0 23 57 90 2A 9
Octal 16 42 26 73 0 43 127 220 52 11
Binary 1110 100010 10110 111011 0 100011 1010111 10010000 101010 1001

Color Harmonies of #0E2216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2216

Black with #0E2216

Text Example


Text Example

White with #0E2216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,34,22); }

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

background-color css

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

 a { background-color: rgb(14,34,22); }

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

border-color css

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

 span { border-color: rgb(14,34,22); }

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