Html Css Color HEX #141E19 Cardin Green

📋 copy color: '#141E19'

red 20 ◦ green 30 ◦ blue 25

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

Shades of Cardin Green #141E19

Tints of Cardin Green #141E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 40%

 BLUE value IS 25 (10.16% from 255) = 33.33%

R = 26.67%
G = 40%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#141E19 (or 0x141E19) is known color: Cardin Green. HEX triplet: 14, 1E and 19. RGB value is (20,30,25). Sum of RGB (Red+Green+Blue) = 20+30+25=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 30 - color contains mainly: green. Hex color #141E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E19 is #EBE1E6. Grayscale: #1A1A1A. Windows color (decimal): -15458791 or 1646100. OLE color: 1646100.

HSL color Cylindrical-coordinate representation of color #141E19: hue angle of 150º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E19 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 30 25 -
CMYK 0.33 0 0.17 0.88
HSL 150º 0.2% 0.1% -
HSV(B) 150º 0.33% 0.12% -
XYZ 0.93 1.15 1.09 -
YUV 26.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 20 30 25 0.33 0 0.17 0.88 150 0.2 0.1
Hex 14 1E 19 21 0 11 58 96 14 A
Octal 24 36 31 41 0 21 130 226 24 12
Binary 10100 11110 11001 100001 0 10001 1011000 10010110 10100 1010

Color Harmonies of #141E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E19

Black with #141E19

Text Example


Text Example

White with #141E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141E19; }

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

 H1.HeaderClassName
 {
   color: #141E19;
 }
 .AnyTagClassName
 {
   color: #141E19;
 }
</style>

background-color css

<style>
 a { background-color: #141E19; }

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

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

border-color css

<style>
 span { border-color: #141E19; }

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

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