Html Css Color HEX #21593F Green Pea

📋 copy color: '#21593F'

red 33 ◦ green 89 ◦ blue 63

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

Shades of Green Pea #21593F

Tints of Green Pea #21593F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.05%

R = 17.84%
G = 48.11%
B = 34.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#21593F (or 0x21593F) is known color: Green Pea. HEX triplet: 21, 59 and 3F. RGB value is (33,89,63). Sum of RGB (Red+Green+Blue) = 33+89+63=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #21593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21593F is #DEA6C0. Grayscale: #454545. Windows color (decimal): -14591681 or 4151585. OLE color: 4151585.

HSL color Cylindrical-coordinate representation of color #21593F: hue angle of 152.14º 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 #21593F is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 89 63 -
CMYK 0.63 0 0.29 0.65
HSL 152.14º 0.46% 0.24% -
HSV(B) 152.14º 0.63% 0.35% -
XYZ 5.1 7.83 5.94 -
YUV 69.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 33 89 63 0.63 0 0.29 0.65 152.14 0.46 0.24
Hex 21 59 3F 3F 0 1D 41 98 2E 18
Octal 41 131 77 77 0 35 101 230 56 30
Binary 100001 1011001 111111 111111 0 11101 1000001 10011000 101110 11000

Color Harmonies of #21593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21593F

Black with #21593F

Text Example


Text Example

White with #21593F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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