Html Css Color HEX #132E20 Cardin Green

📋 copy color: '#132E20'

red 19 ◦ green 46 ◦ blue 32

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

Shades of Cardin Green #132E20

Tints of Cardin Green #132E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 47.42%

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

R = 19.59%
G = 47.42%
B = 32.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#132E20 (or 0x132E20) is known color: Cardin Green. HEX triplet: 13, 2E and 20. RGB value is (19,46,32). Sum of RGB (Red+Green+Blue) = 19+46+32=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #132E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E20 is #ECD1DF. Grayscale: #242424. Windows color (decimal): -15520224 or 2108947. OLE color: 2108947.

HSL color Cylindrical-coordinate representation of color #132E20: hue angle of 148.89º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E20 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 46 32 -
CMYK 0.59 0 0.30 0.82
HSL 148.89º 0.42% 0.13% -
HSV(B) 148.89º 0.59% 0.18% -
XYZ 1.51 2.2 1.71 -
YUV 36.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 19 46 32 0.59 0 0.30 0.82 148.89 0.42 0.13
Hex 13 2E 20 3B 0 1E 52 95 2A D
Octal 23 56 40 73 0 36 122 225 52 15
Binary 10011 101110 100000 111011 0 11110 1010010 10010101 101010 1101

Color Harmonies of #132E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E20

Black with #132E20

Text Example


Text Example

White with #132E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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