Html Css Color HEX #14281E Cardin Green

📋 copy color: '#14281E'

red 20 ◦ green 40 ◦ blue 30

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

Shades of Cardin Green #14281E

Tints of Cardin Green #14281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 44.44%

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

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.84

RGB Variations

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

Color information

#14281E (or 0x14281E) is known color: Cardin Green. HEX triplet: 14, 28 and 1E. RGB value is (20,40,30). Sum of RGB (Red+Green+Blue) = 20+40+30=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #14281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14281E is #EBD7E1. Grayscale: #202020. Windows color (decimal): -15456226 or 1976340. OLE color: 1976340.

HSL color Cylindrical-coordinate representation of color #14281E: hue angle of 150º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #14281E is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 40 30 -
CMYK 0.5 0 0.25 0.84
HSL 150º 0.33% 0.12% -
HSV(B) 150º 0.5% 0.16% -
XYZ 1.28 1.76 1.5 -
YUV 32.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 20 40 30 0.5 0 0.25 0.84 150 0.33 0.12
Hex 14 28 1E 32 0 19 54 96 21 C
Octal 24 50 36 62 0 31 124 226 41 14
Binary 10100 101000 11110 110010 0 11001 1010100 10010110 100001 1100

Color Harmonies of #14281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14281E

Black with #14281E

Text Example


Text Example

White with #14281E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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