Html Css Color HEX #215D45 Green Pea

📋 copy color: '#215D45'

red 33 ◦ green 93 ◦ blue 69

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

Shades of Green Pea #215D45

Tints of Green Pea #215D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.69%

 BLUE value IS 69 (27.34% from 255) = 35.38%

R = 16.92%
G = 47.69%
B = 35.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#215D45 (or 0x215D45) is known color: Green Pea. HEX triplet: 21, 5D and 45. RGB value is (33,93,69). Sum of RGB (Red+Green+Blue) = 33+93+69=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #215D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D45 is #DEA2BA. Grayscale: #484848. Windows color (decimal): -14590651 or 4545825. OLE color: 4545825.

HSL color Cylindrical-coordinate representation of color #215D45: hue angle of 156º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D45 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 93 69 -
CMYK 0.65 0 0.26 0.64
HSL 156º 0.48% 0.25% -
HSV(B) 156º 0.65% 0.36% -
XYZ 5.62 8.58 6.99 -
YUV 72.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 33 93 69 0.65 0 0.26 0.64 156 0.48 0.25
Hex 21 5D 45 41 0 1A 40 9C 30 19
Octal 41 135 105 101 0 32 100 234 60 31
Binary 100001 1011101 1000101 1000001 0 11010 1000000 10011100 110000 11001

Color Harmonies of #215D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D45

Black with #215D45

Text Example


Text Example

White with #215D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,69); }

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

background-color css

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

 a { background-color: rgb(33,93,69); }

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

border-color css

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

 span { border-color: rgb(33,93,69); }

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