Html Css Color HEX #14261E Cardin Green

📋 copy color: '#14261E'

red 20 ◦ green 38 ◦ blue 30

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

Shades of Cardin Green #14261E

Tints of Cardin Green #14261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 34.09%

R = 22.73%
G = 43.18%
B = 34.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#14261E (or 0x14261E) is known color: Cardin Green. HEX triplet: 14, 26 and 1E. RGB value is (20,38,30). Sum of RGB (Red+Green+Blue) = 20+38+30=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #14261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14261E is #EBD9E1. Grayscale: #1F1F1F. Windows color (decimal): -15456738 or 1975828. OLE color: 1975828.

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

Color convert

RGB 20 38 30 -
CMYK 0.47 0 0.21 0.85
HSL 153.33º 0.31% 0.11% -
HSV(B) 153.33º 0.47% 0.15% -
XYZ 1.22 1.63 1.48 -
YUV 31.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 20 38 30 0.47 0 0.21 0.85 153.33 0.31 0.11
Hex 14 26 1E 2F 0 15 55 99 1F B
Octal 24 46 36 57 0 25 125 231 37 13
Binary 10100 100110 11110 101111 0 10101 1010101 10011001 11111 1011

Color Harmonies of #14261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14261E

Black with #14261E

Text Example


Text Example

White with #14261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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