Html Css Color HEX #132921 Cardin Green

📋 copy color: '#132921'

red 19 ◦ green 41 ◦ blue 33

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

Shades of Cardin Green #132921

Tints of Cardin Green #132921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 44.09%

 BLUE value IS 33 (13.28% from 255) = 35.48%

R = 20.43%
G = 44.09%
B = 35.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#132921 (or 0x132921) is known color: Cardin Green. HEX triplet: 13, 29 and 21. RGB value is (19,41,33). Sum of RGB (Red+Green+Blue) = 19+41+33=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #132921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132921 is #ECD6DE. Grayscale: #212121. Windows color (decimal): -15521503 or 2173203. OLE color: 2173203.

HSL color Cylindrical-coordinate representation of color #132921: hue angle of 158.18º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132921 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 41 33 -
CMYK 0.54 0 0.20 0.84
HSL 158.18º 0.37% 0.12% -
HSV(B) 158.18º 0.54% 0.16% -
XYZ 1.34 1.83 1.72 -
YUV 33.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 19 41 33 0.54 0 0.20 0.84 158.18 0.37 0.12
Hex 13 29 21 36 0 14 54 9E 25 C
Octal 23 51 41 66 0 24 124 236 45 14
Binary 10011 101001 100001 110110 0 10100 1010100 10011110 100101 1100

Color Harmonies of #132921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132921

Black with #132921

Text Example


Text Example

White with #132921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132921; }

 p { color: rgb(19,41,33); }

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

background-color css

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

 a { background-color: rgb(19,41,33); }

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

border-color css

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

 span { border-color: rgb(19,41,33); }

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