Html Css Color HEX #132E21 Cardin Green

📋 copy color: '#132E21'

red 19 ◦ green 46 ◦ blue 33

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

Shades of Cardin Green #132E21

Tints of Cardin Green #132E21

RGB

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

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

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

R = 19.39%
G = 46.94%
B = 33.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#132E21 (or 0x132E21) is known color: Cardin Green. HEX triplet: 13, 2E and 21. RGB value is (19,46,33). Sum of RGB (Red+Green+Blue) = 19+46+33=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #132E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E21 is #ECD1DE. Grayscale: #242424. Windows color (decimal): -15520223 or 2174483. OLE color: 2174483.

HSL color Cylindrical-coordinate representation of color #132E21: hue angle of 151.11º 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 #132E21 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 46 33 -
CMYK 0.59 0 0.28 0.82
HSL 151.11º 0.42% 0.13% -
HSV(B) 151.11º 0.59% 0.18% -
XYZ 1.52 2.2 1.78 -
YUV 36.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 19 46 33 0.59 0 0.28 0.82 151.11 0.42 0.13
Hex 13 2E 21 3B 0 1C 52 97 2A D
Octal 23 56 41 73 0 34 122 227 52 15
Binary 10011 101110 100001 111011 0 11100 1010010 10010111 101010 1101

Color Harmonies of #132E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E21

Black with #132E21

Text Example


Text Example

White with #132E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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