Html Css Color HEX #132B21 Cardin Green

📋 copy color: '#132B21'

red 19 ◦ green 43 ◦ blue 33

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

Shades of Cardin Green #132B21

Tints of Cardin Green #132B21

RGB

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

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

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

R = 20%
G = 45.26%
B = 34.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.83

RGB Variations

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

Color information

#132B21 (or 0x132B21) is known color: Cardin Green. HEX triplet: 13, 2B and 21. RGB value is (19,43,33). Sum of RGB (Red+Green+Blue) = 19+43+33=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #132B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B21 is #ECD4DE. Grayscale: #222222. Windows color (decimal): -15520991 or 2173715. OLE color: 2173715.

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

Color convert

RGB 19 43 33 -
CMYK 0.56 0 0.23 0.83
HSL 155º 0.39% 0.12% -
HSV(B) 155º 0.56% 0.17% -
XYZ 1.41 1.98 1.75 -
YUV 34.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 19 43 33 0.56 0 0.23 0.83 155 0.39 0.12
Hex 13 2B 21 38 0 17 53 9B 27 C
Octal 23 53 41 70 0 27 123 233 47 14
Binary 10011 101011 100001 111000 0 10111 1010011 10011011 100111 1100

Color Harmonies of #132B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B21

Black with #132B21

Text Example


Text Example

White with #132B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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