Html Css Color HEX #131E19 Cardin Green

📋 copy color: '#131E19'

red 19 ◦ green 30 ◦ blue 25

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

Shades of Cardin Green #131E19

Tints of Cardin Green #131E19

RGB

 RED value IS 19 (7.81% from 255) = 25.68%

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

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

R = 25.68%
G = 40.54%
B = 33.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#131E19 (or 0x131E19) is known color: Cardin Green. HEX triplet: 13, 1E and 19. RGB value is (19,30,25). Sum of RGB (Red+Green+Blue) = 19+30+25=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 30 - color contains mainly: green. Hex color #131E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E19 is #ECE1E6. Grayscale: #1A1A1A. Windows color (decimal): -15524327 or 1646099. OLE color: 1646099.

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

Color convert

RGB 19 30 25 -
CMYK 0.37 0 0.17 0.88
HSL 152.73º 0.22% 0.1% -
HSV(B) 152.73º 0.37% 0.12% -
XYZ 0.91 1.14 1.09 -
YUV 26.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 19 30 25 0.37 0 0.17 0.88 152.73 0.22 0.1
Hex 13 1E 19 25 0 11 58 99 16 A
Octal 23 36 31 45 0 21 130 231 26 12
Binary 10011 11110 11001 100101 0 10001 1011000 10011001 10110 1010

Color Harmonies of #131E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E19

Black with #131E19

Text Example


Text Example

White with #131E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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