Html Css Color HEX #13231A Cardin Green

📋 copy color: '#13231A'

red 19 ◦ green 35 ◦ blue 26

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

Shades of Cardin Green #13231A

Tints of Cardin Green #13231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 43.75%

 BLUE value IS 26 (10.55% from 255) = 32.5%

R = 23.75%
G = 43.75%
B = 32.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#13231A (or 0x13231A) is known color: Cardin Green. HEX triplet: 13, 23 and 1A. RGB value is (19,35,26). Sum of RGB (Red+Green+Blue) = 19+35+26=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #13231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13231A is #ECDCE5. Grayscale: #1D1D1D. Windows color (decimal): -15523046 or 1712915. OLE color: 1712915.

HSL color Cylindrical-coordinate representation of color #13231A: hue angle of 146.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #13231A is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 26 -
CMYK 0.46 0 0.26 0.86
HSL 146.25º 0.3% 0.11% -
HSV(B) 146.25º 0.46% 0.14% -
XYZ 1.06 1.42 1.19 -
YUV 29.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 19 35 26 0.46 0 0.26 0.86 146.25 0.3 0.11
Hex 13 23 1A 2E 0 1A 56 92 1E B
Octal 23 43 32 56 0 32 126 222 36 13
Binary 10011 100011 11010 101110 0 11010 1010110 10010010 11110 1011

Color Harmonies of #13231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13231A

Black with #13231A

Text Example


Text Example

White with #13231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13231A; }

 p { color: rgb(19,35,26); }

 H1.HeaderClassName
 {
   color: #13231A;
 }
 .AnyTagClassName
 {
   color: #13231A;
 }
</style>

background-color css

<style>
 a { background-color: #13231A; }

 a { background-color: rgb(19,35,26); }

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

border-color css

<style>
 span { border-color: #13231A; }

 span { border-color: rgb(19,35,26); }

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