Html Css Color HEX #21593C Green Pea

📋 copy color: '#21593C'

red 33 ◦ green 89 ◦ blue 60

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

Shades of Green Pea #21593C

Tints of Green Pea #21593C

RGB

 RED value IS 33 (13.28% from 255) = 18.13%

 GREEN value IS 89 (35.16% from 255) = 48.9%

 BLUE value IS 60 (23.83% from 255) = 32.97%

R = 18.13%
G = 48.9%
B = 32.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#21593C (or 0x21593C) is known color: Green Pea. HEX triplet: 21, 59 and 3C. RGB value is (33,89,60). Sum of RGB (Red+Green+Blue) = 33+89+60=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #21593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21593C is #DEA6C3. Grayscale: #454545. Windows color (decimal): -14591684 or 3954977. OLE color: 3954977.

HSL color Cylindrical-coordinate representation of color #21593C: hue angle of 148.93º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21593C is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 89 60 -
CMYK 0.63 0 0.33 0.65
HSL 148.93º 0.46% 0.24% -
HSV(B) 148.93º 0.63% 0.35% -
XYZ 5.02 7.79 5.52 -
YUV 68.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 33 89 60 0.63 0 0.33 0.65 148.93 0.46 0.24
Hex 21 59 3C 3F 0 21 41 95 2E 18
Octal 41 131 74 77 0 41 101 225 56 30
Binary 100001 1011001 111100 111111 0 100001 1000001 10010101 101110 11000

Color Harmonies of #21593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21593C

Black with #21593C

Text Example


Text Example

White with #21593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21593C; }

 p { color: rgb(33,89,60); }

 H1.HeaderClassName
 {
   color: #21593C;
 }
 .AnyTagClassName
 {
   color: #21593C;
 }
</style>

background-color css

<style>
 a { background-color: #21593C; }

 a { background-color: rgb(33,89,60); }

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

border-color css

<style>
 span { border-color: #21593C; }

 span { border-color: rgb(33,89,60); }

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