Html Css Color HEX #132B20 Cardin Green

📋 copy color: '#132B20'

red 19 ◦ green 43 ◦ blue 32

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

Shades of Cardin Green #132B20

Tints of Cardin Green #132B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 45.74%

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

R = 20.21%
G = 45.74%
B = 34.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.83

RGB Variations

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

Color information

#132B20 (or 0x132B20) is known color: Cardin Green. HEX triplet: 13, 2B and 20. RGB value is (19,43,32). Sum of RGB (Red+Green+Blue) = 19+43+32=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #132B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B20 is #ECD4DF. Grayscale: #222222. Windows color (decimal): -15520992 or 2108179. OLE color: 2108179.

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

Color convert

RGB 19 43 32 -
CMYK 0.56 0 0.26 0.83
HSL 152.5º 0.39% 0.12% -
HSV(B) 152.5º 0.56% 0.17% -
XYZ 1.39 1.97 1.67 -
YUV 34.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 19 43 32 0.56 0 0.26 0.83 152.5 0.39 0.12
Hex 13 2B 20 38 0 1A 53 98 27 C
Octal 23 53 40 70 0 32 123 230 47 14
Binary 10011 101011 100000 111000 0 11010 1010011 10011000 100111 1100

Color Harmonies of #132B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B20

Black with #132B20

Text Example


Text Example

White with #132B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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