Html Css Color HEX #14211C Cardin Green

📋 copy color: '#14211C'

red 20 ◦ green 33 ◦ blue 28

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

Shades of Cardin Green #14211C

Tints of Cardin Green #14211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 40.74%

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

R = 24.69%
G = 40.74%
B = 34.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#14211C (or 0x14211C) is known color: Cardin Green. HEX triplet: 14, 21 and 1C. RGB value is (20,33,28). Sum of RGB (Red+Green+Blue) = 20+33+28=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 33 - color contains mainly: green. Hex color #14211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14211C is #EBDEE3. Grayscale: #1C1C1C. Windows color (decimal): -15458020 or 1843476. OLE color: 1843476.

HSL color Cylindrical-coordinate representation of color #14211C: hue angle of 156.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #14211C is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 33 28 -
CMYK 0.39 0 0.15 0.87
HSL 156.92º 0.25% 0.1% -
HSV(B) 156.92º 0.39% 0.13% -
XYZ 1.04 1.32 1.3 -
YUV 28.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 20 33 28 0.39 0 0.15 0.87 156.92 0.25 0.1
Hex 14 21 1C 27 0 F 57 9D 19 A
Octal 24 41 34 47 0 17 127 235 31 12
Binary 10100 100001 11100 100111 0 1111 1010111 10011101 11001 1010

Color Harmonies of #14211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14211C

Black with #14211C

Text Example


Text Example

White with #14211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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