Html Css Color HEX #14221C Cardin Green

📋 copy color: '#14221C'

red 20 ◦ green 34 ◦ blue 28

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

Shades of Cardin Green #14221C

Tints of Cardin Green #14221C

RGB

 RED value IS 20 (8.2% from 255) = 24.39%

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

 BLUE value IS 28 (11.33% from 255) = 34.15%

R = 24.39%
G = 41.46%
B = 34.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#14221C (or 0x14221C) is known color: Cardin Green. HEX triplet: 14, 22 and 1C. RGB value is (20,34,28). Sum of RGB (Red+Green+Blue) = 20+34+28=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 34 - color contains mainly: green. Hex color #14221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14221C is #EBDDE3. Grayscale: #1D1D1D. Windows color (decimal): -15457764 or 1843732. OLE color: 1843732.

HSL color Cylindrical-coordinate representation of color #14221C: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #14221C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 34 28 -
CMYK 0.41 0 0.18 0.87
HSL 154.29º 0.26% 0.11% -
HSV(B) 154.29º 0.41% 0.13% -
XYZ 1.07 1.38 1.31 -
YUV 29.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 20 34 28 0.41 0 0.18 0.87 154.29 0.26 0.11
Hex 14 22 1C 29 0 12 57 9A 1A B
Octal 24 42 34 51 0 22 127 232 32 13
Binary 10100 100010 11100 101001 0 10010 1010111 10011010 11010 1011

Color Harmonies of #14221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14221C

Black with #14221C

Text Example


Text Example

White with #14221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14221C; }

 p { color: rgb(20,34,28); }

 H1.HeaderClassName
 {
   color: #14221C;
 }
 .AnyTagClassName
 {
   color: #14221C;
 }
</style>

background-color css

<style>
 a { background-color: #14221C; }

 a { background-color: rgb(20,34,28); }

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

border-color css

<style>
 span { border-color: #14221C; }

 span { border-color: rgb(20,34,28); }

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