Html Css Color HEX #132C20 Cardin Green

📋 copy color: '#132C20'

red 19 ◦ green 44 ◦ blue 32

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

Shades of Cardin Green #132C20

Tints of Cardin Green #132C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 33.68%

R = 20%
G = 46.32%
B = 33.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.83

RGB Variations

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

Color information

#132C20 (or 0x132C20) is known color: Cardin Green. HEX triplet: 13, 2C and 20. RGB value is (19,44,32). Sum of RGB (Red+Green+Blue) = 19+44+32=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #132C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C20 is #ECD3DF. Grayscale: #232323. Windows color (decimal): -15520736 or 2108435. OLE color: 2108435.

HSL color Cylindrical-coordinate representation of color #132C20: hue angle of 151.2º 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 #132C20 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 44 32 -
CMYK 0.57 0 0.27 0.83
HSL 151.2º 0.4% 0.12% -
HSV(B) 151.2º 0.57% 0.17% -
XYZ 1.43 2.04 1.69 -
YUV 35.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 19 44 32 0.57 0 0.27 0.83 151.2 0.4 0.12
Hex 13 2C 20 39 0 1B 53 97 28 C
Octal 23 54 40 71 0 33 123 227 50 14
Binary 10011 101100 100000 111001 0 11011 1010011 10010111 101000 1100

Color Harmonies of #132C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C20

Black with #132C20

Text Example


Text Example

White with #132C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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