Html Css Color HEX #215B3C Green Pea

📋 copy color: '#215B3C'

red 33 ◦ green 91 ◦ blue 60

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

Shades of Green Pea #215B3C

Tints of Green Pea #215B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.46%

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

R = 17.93%
G = 49.46%
B = 32.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#215B3C (or 0x215B3C) is known color: Green Pea. HEX triplet: 21, 5B and 3C. RGB value is (33,91,60). Sum of RGB (Red+Green+Blue) = 33+91+60=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #215B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B3C is #DEA4C3. Grayscale: #464646. Windows color (decimal): -14591172 or 3955489. OLE color: 3955489.

HSL color Cylindrical-coordinate representation of color #215B3C: hue angle of 147.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B3C is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 91 60 -
CMYK 0.64 0 0.34 0.64
HSL 147.93º 0.47% 0.24% -
HSV(B) 147.93º 0.64% 0.36% -
XYZ 5.18 8.13 5.57 -
YUV 70.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 33 91 60 0.64 0 0.34 0.64 147.93 0.47 0.24
Hex 21 5B 3C 40 0 22 40 94 2F 18
Octal 41 133 74 100 0 42 100 224 57 30
Binary 100001 1011011 111100 1000000 0 100010 1000000 10010100 101111 11000

Color Harmonies of #215B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B3C

Black with #215B3C

Text Example


Text Example

White with #215B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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