Html Css Color HEX #14201B Cardin Green

📋 copy color: '#14201B'

red 20 ◦ green 32 ◦ blue 27

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

Shades of Cardin Green #14201B

Tints of Cardin Green #14201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 40.51%

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

R = 25.32%
G = 40.51%
B = 34.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#14201B (or 0x14201B) is known color: Cardin Green. HEX triplet: 14, 20 and 1B. RGB value is (20,32,27). Sum of RGB (Red+Green+Blue) = 20+32+27=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #14201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14201B is #EBDFE4. Grayscale: #1B1B1B. Windows color (decimal): -15458277 or 1777684. OLE color: 1777684.

HSL color Cylindrical-coordinate representation of color #14201B: hue angle of 155º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #14201B is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 32 27 -
CMYK 0.37 0 0.16 0.87
HSL 155º 0.23% 0.1% -
HSV(B) 155º 0.38% 0.13% -
XYZ 1 1.26 1.23 -
YUV 27.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 20 32 27 0.37 0 0.16 0.87 155 0.23 0.1
Hex 14 20 1B 25 0 10 57 9B 17 A
Octal 24 40 33 45 0 20 127 233 27 12
Binary 10100 100000 11011 100101 0 10000 1010111 10011011 10111 1010

Color Harmonies of #14201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14201B

Black with #14201B

Text Example


Text Example

White with #14201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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