Html Css Color HEX #21603D Green Pea

📋 copy color: '#21603D'

red 33 ◦ green 96 ◦ blue 61

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

Shades of Green Pea #21603D

Tints of Green Pea #21603D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.11%

R = 17.37%
G = 50.53%
B = 32.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#21603D (or 0x21603D) is known color: Green Pea. HEX triplet: 21, 60 and 3D. RGB value is (33,96,61). Sum of RGB (Red+Green+Blue) = 33+96+61=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #21603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21603D is #DE9FC2. Grayscale: #494949. Windows color (decimal): -14589891 or 4022305. OLE color: 4022305.

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

Color convert

RGB 33 96 61 -
CMYK 0.66 0 0.36 0.62
HSL 146.67º 0.49% 0.25% -
HSV(B) 146.67º 0.66% 0.38% -
XYZ 5.65 9.03 5.86 -
YUV 73.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 33 96 61 0.66 0 0.36 0.62 146.67 0.49 0.25
Hex 21 60 3D 42 0 24 3E 93 31 19
Octal 41 140 75 102 0 44 76 223 61 31
Binary 100001 1100000 111101 1000010 0 100100 111110 10010011 110001 11001

Color Harmonies of #21603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21603D

Black with #21603D

Text Example


Text Example

White with #21603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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