Html Css Color HEX #14251C Cardin Green

📋 copy color: '#14251C'

red 20 ◦ green 37 ◦ blue 28

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

Shades of Cardin Green #14251C

Tints of Cardin Green #14251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.53%

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

R = 23.53%
G = 43.53%
B = 32.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#14251C (or 0x14251C) is known color: Cardin Green. HEX triplet: 14, 25 and 1C. RGB value is (20,37,28). Sum of RGB (Red+Green+Blue) = 20+37+28=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #14251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14251C is #EBDAE3. Grayscale: #1E1E1E. Windows color (decimal): -15456996 or 1844500. OLE color: 1844500.

HSL color Cylindrical-coordinate representation of color #14251C: hue angle of 148.24º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #14251C is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 28 -
CMYK 0.46 0 0.24 0.85
HSL 148.24º 0.3% 0.11% -
HSV(B) 148.24º 0.46% 0.15% -
XYZ 1.16 1.56 1.34 -
YUV 30.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 20 37 28 0.46 0 0.24 0.85 148.24 0.3 0.11
Hex 14 25 1C 2E 0 18 55 94 1E B
Octal 24 45 34 56 0 30 125 224 36 13
Binary 10100 100101 11100 101110 0 11000 1010101 10010100 11110 1011

Color Harmonies of #14251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14251C

Black with #14251C

Text Example


Text Example

White with #14251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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