Html Css Color HEX #131B17 Cardin Green

📋 copy color: '#131B17'

red 19 ◦ green 27 ◦ blue 23

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

Shades of Cardin Green #131B17

Tints of Cardin Green #131B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 39.13%

 BLUE value IS 23 (9.38% from 255) = 33.33%

R = 27.54%
G = 39.13%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.89

RGB Variations

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

Color information

#131B17 (or 0x131B17) is known color: Cardin Green. HEX triplet: 13, 1B and 17. RGB value is (19,27,23). Sum of RGB (Red+Green+Blue) = 19+27+23=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 27 - color contains mainly: green. Hex color #131B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B17 is #ECE4E8. Grayscale: #181818. Windows color (decimal): -15525097 or 1514259. OLE color: 1514259.

HSL color Cylindrical-coordinate representation of color #131B17: hue angle of 150º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #131B17 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 23 -
CMYK 0.30 0 0.15 0.89
HSL 150º 0.17% 0.09% -
HSV(B) 150º 0.3% 0.11% -
XYZ 0.82 0.98 0.96 -
YUV 24.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 19 27 23 0.30 0 0.15 0.89 150 0.17 0.09
Hex 13 1B 17 1E 0 F 59 96 11 9
Octal 23 33 27 36 0 17 131 226 21 11
Binary 10011 11011 10111 11110 0 1111 1011001 10010110 10001 1001

Color Harmonies of #131B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B17

Black with #131B17

Text Example


Text Example

White with #131B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,27,23); }

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

background-color css

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

 a { background-color: rgb(19,27,23); }

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

border-color css

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

 span { border-color: rgb(19,27,23); }

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