Html Css Color HEX #14261D Cardin Green

📋 copy color: '#14261D'

red 20 ◦ green 38 ◦ blue 29

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

Shades of Cardin Green #14261D

Tints of Cardin Green #14261D

RGB

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

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

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

R = 22.99%
G = 43.68%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#14261D (or 0x14261D) is known color: Cardin Green. HEX triplet: 14, 26 and 1D. RGB value is (20,38,29). Sum of RGB (Red+Green+Blue) = 20+38+29=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #14261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14261D is #EBD9E2. Grayscale: #1F1F1F. Windows color (decimal): -15456739 or 1910292. OLE color: 1910292.

HSL color Cylindrical-coordinate representation of color #14261D: hue angle of 150º 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 #14261D is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 38 29 -
CMYK 0.47 0 0.24 0.85
HSL 150º 0.31% 0.11% -
HSV(B) 150º 0.47% 0.15% -
XYZ 1.2 1.62 1.41 -
YUV 31.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 20 38 29 0.47 0 0.24 0.85 150 0.31 0.11
Hex 14 26 1D 2F 0 18 55 96 1F B
Octal 24 46 35 57 0 30 125 226 37 13
Binary 10100 100110 11101 101111 0 11000 1010101 10010110 11111 1011

Color Harmonies of #14261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14261D

Black with #14261D

Text Example


Text Example

White with #14261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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