Html Css Color HEX #132C21 Cardin Green

📋 copy color: '#132C21'

red 19 ◦ green 44 ◦ blue 33

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

Shades of Cardin Green #132C21

Tints of Cardin Green #132C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 45.83%

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

R = 19.79%
G = 45.83%
B = 34.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.83

RGB Variations

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

Color information

#132C21 (or 0x132C21) is known color: Cardin Green. HEX triplet: 13, 2C and 21. RGB value is (19,44,33). Sum of RGB (Red+Green+Blue) = 19+44+33=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #132C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C21 is #ECD3DE. Grayscale: #232323. Windows color (decimal): -15520735 or 2173971. OLE color: 2173971.

HSL color Cylindrical-coordinate representation of color #132C21: hue angle of 153.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C21 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 33 -
CMYK 0.57 0 0.25 0.83
HSL 153.6º 0.4% 0.12% -
HSV(B) 153.6º 0.57% 0.17% -
XYZ 1.44 2.05 1.76 -
YUV 35.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 19 44 33 0.57 0 0.25 0.83 153.6 0.4 0.12
Hex 13 2C 21 39 0 19 53 9A 28 C
Octal 23 54 41 71 0 31 123 232 50 14
Binary 10011 101100 100001 111001 0 11001 1010011 10011010 101000 1100

Color Harmonies of #132C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C21

Black with #132C21

Text Example


Text Example

White with #132C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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