Html Css Color HEX #14221B Cardin Green

📋 copy color: '#14221B'

red 20 ◦ green 34 ◦ blue 27

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

Shades of Cardin Green #14221B

Tints of Cardin Green #14221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 33.33%

R = 24.69%
G = 41.98%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#14221B (or 0x14221B) is known color: Cardin Green. HEX triplet: 14, 22 and 1B. RGB value is (20,34,27). Sum of RGB (Red+Green+Blue) = 20+34+27=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 34 - color contains mainly: green. Hex color #14221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14221B is #EBDDE4. Grayscale: #1D1D1D. Windows color (decimal): -15457765 or 1778196. OLE color: 1778196.

HSL color Cylindrical-coordinate representation of color #14221B: hue angle of 150º 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 #14221B is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 34 27 -
CMYK 0.41 0 0.21 0.87
HSL 150º 0.26% 0.11% -
HSV(B) 150º 0.41% 0.13% -
XYZ 1.06 1.37 1.25 -
YUV 29.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 20 34 27 0.41 0 0.21 0.87 150 0.26 0.11
Hex 14 22 1B 29 0 15 57 96 1A B
Octal 24 42 33 51 0 25 127 226 32 13
Binary 10100 100010 11011 101001 0 10101 1010111 10010110 11010 1011

Color Harmonies of #14221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14221B

Black with #14221B

Text Example


Text Example

White with #14221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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