Html Css Color HEX #14261C Cardin Green

📋 copy color: '#14261C'

red 20 ◦ green 38 ◦ blue 28

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

Shades of Cardin Green #14261C

Tints of Cardin Green #14261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 44.19%

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

R = 23.26%
G = 44.19%
B = 32.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#14261C (or 0x14261C) is known color: Cardin Green. HEX triplet: 14, 26 and 1C. RGB value is (20,38,28). Sum of RGB (Red+Green+Blue) = 20+38+28=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #14261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14261C is #EBD9E3. Grayscale: #1F1F1F. Windows color (decimal): -15456740 or 1844756. OLE color: 1844756.

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

Color convert

RGB 20 38 28 -
CMYK 0.47 0 0.26 0.85
HSL 146.67º 0.31% 0.11% -
HSV(B) 146.67º 0.47% 0.15% -
XYZ 1.19 1.62 1.35 -
YUV 31.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 20 38 28 0.47 0 0.26 0.85 146.67 0.31 0.11
Hex 14 26 1C 2F 0 1A 55 93 1F B
Octal 24 46 34 57 0 32 125 223 37 13
Binary 10100 100110 11100 101111 0 11010 1010101 10010011 11111 1011

Color Harmonies of #14261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14261C

Black with #14261C

Text Example


Text Example

White with #14261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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