Html Css Color HEX #14231D Cardin Green

📋 copy color: '#14231D'

red 20 ◦ green 35 ◦ blue 29

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

Shades of Cardin Green #14231D

Tints of Cardin Green #14231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 41.67%

 BLUE value IS 29 (11.72% from 255) = 34.52%

R = 23.81%
G = 41.67%
B = 34.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#14231D (or 0x14231D) is known color: Cardin Green. HEX triplet: 14, 23 and 1D. RGB value is (20,35,29). Sum of RGB (Red+Green+Blue) = 20+35+29=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #14231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14231D is #EBDCE2. Grayscale: #1D1D1D. Windows color (decimal): -15457507 or 1909524. OLE color: 1909524.

HSL color Cylindrical-coordinate representation of color #14231D: hue angle of 156º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #14231D is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 35 29 -
CMYK 0.43 0 0.17 0.86
HSL 156º 0.27% 0.11% -
HSV(B) 156º 0.43% 0.14% -
XYZ 1.11 1.44 1.38 -
YUV 29.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 20 35 29 0.43 0 0.17 0.86 156 0.27 0.11
Hex 14 23 1D 2B 0 11 56 9C 1B B
Octal 24 43 35 53 0 21 126 234 33 13
Binary 10100 100011 11101 101011 0 10001 1010110 10011100 11011 1011

Color Harmonies of #14231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14231D

Black with #14231D

Text Example


Text Example

White with #14231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14231D; }

 p { color: rgb(20,35,29); }

 H1.HeaderClassName
 {
   color: #14231D;
 }
 .AnyTagClassName
 {
   color: #14231D;
 }
</style>

background-color css

<style>
 a { background-color: #14231D; }

 a { background-color: rgb(20,35,29); }

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

border-color css

<style>
 span { border-color: #14231D; }

 span { border-color: rgb(20,35,29); }

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