Html Css Color HEX #21603F Green Pea

📋 copy color: '#21603F'

red 33 ◦ green 96 ◦ blue 63

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

Shades of Green Pea #21603F

Tints of Green Pea #21603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50%

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

R = 17.19%
G = 50%
B = 32.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#21603F (or 0x21603F) is known color: Green Pea. HEX triplet: 21, 60 and 3F. RGB value is (33,96,63). Sum of RGB (Red+Green+Blue) = 33+96+63=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #21603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21603F is #DE9FC0. Grayscale: #494949. Windows color (decimal): -14589889 or 4153377. OLE color: 4153377.

HSL color Cylindrical-coordinate representation of color #21603F: hue angle of 148.57º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21603F is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 96 63 -
CMYK 0.66 0 0.34 0.62
HSL 148.57º 0.49% 0.25% -
HSV(B) 148.57º 0.66% 0.38% -
XYZ 5.71 9.05 6.15 -
YUV 73.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 33 96 63 0.66 0 0.34 0.62 148.57 0.49 0.25
Hex 21 60 3F 42 0 22 3E 95 31 19
Octal 41 140 77 102 0 42 76 225 61 31
Binary 100001 1100000 111111 1000010 0 100010 111110 10010101 110001 11001

Color Harmonies of #21603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21603F

Black with #21603F

Text Example


Text Example

White with #21603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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