Html Css Color HEX #215A3F Green Pea

📋 copy color: '#215A3F'

red 33 ◦ green 90 ◦ blue 63

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

Shades of Green Pea #215A3F

Tints of Green Pea #215A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.39%

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

R = 17.74%
G = 48.39%
B = 33.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#215A3F (or 0x215A3F) is known color: Green Pea. HEX triplet: 21, 5A and 3F. RGB value is (33,90,63). Sum of RGB (Red+Green+Blue) = 33+90+63=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #215A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A3F is #DEA5C0. Grayscale: #454545. Windows color (decimal): -14591425 or 4151841. OLE color: 4151841.

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

Color convert

RGB 33 90 63 -
CMYK 0.63 0 0.30 0.65
HSL 151.58º 0.46% 0.24% -
HSV(B) 151.58º 0.63% 0.35% -
XYZ 5.18 7.99 5.97 -
YUV 69.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 33 90 63 0.63 0 0.30 0.65 151.58 0.46 0.24
Hex 21 5A 3F 3F 0 1E 41 98 2E 18
Octal 41 132 77 77 0 36 101 230 56 30
Binary 100001 1011010 111111 111111 0 11110 1000001 10011000 101110 11000

Color Harmonies of #215A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A3F

Black with #215A3F

Text Example


Text Example

White with #215A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215A3F; }

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

 H1.HeaderClassName
 {
   color: #215A3F;
 }
 .AnyTagClassName
 {
   color: #215A3F;
 }
</style>

background-color css

<style>
 a { background-color: #215A3F; }

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

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

border-color css

<style>
 span { border-color: #215A3F; }

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

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