Html Css Color HEX #21603C Green Pea

📋 copy color: '#21603C'

red 33 ◦ green 96 ◦ blue 60

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

Shades of Green Pea #21603C

Tints of Green Pea #21603C

RGB

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

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

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

R = 17.46%
G = 50.79%
B = 31.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#21603C (or 0x21603C) is known color: Green Pea. HEX triplet: 21, 60 and 3C. RGB value is (33,96,60). Sum of RGB (Red+Green+Blue) = 33+96+60=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #21603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21603C is #DE9FC3. Grayscale: #494949. Windows color (decimal): -14589892 or 3956769. OLE color: 3956769.

HSL color Cylindrical-coordinate representation of color #21603C: hue angle of 145.71º 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 #21603C is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 96 60 -
CMYK 0.66 0 0.38 0.62
HSL 145.71º 0.49% 0.25% -
HSV(B) 145.71º 0.66% 0.38% -
XYZ 5.63 9.02 5.72 -
YUV 73.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 33 96 60 0.66 0 0.38 0.62 145.71 0.49 0.25
Hex 21 60 3C 42 0 26 3E 92 31 19
Octal 41 140 74 102 0 46 76 222 61 31
Binary 100001 1100000 111100 1000010 0 100110 111110 10010010 110001 11001

Color Harmonies of #21603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21603C

Black with #21603C

Text Example


Text Example

White with #21603C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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