Html Css Color HEX #215C3E Green Pea

📋 copy color: '#215C3E'

red 33 ◦ green 92 ◦ blue 62

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

Shades of Green Pea #215C3E

Tints of Green Pea #215C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.2%

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 17.65%
G = 49.2%
B = 33.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#215C3E (or 0x215C3E) is known color: Green Pea. HEX triplet: 21, 5C and 3E. RGB value is (33,92,62). Sum of RGB (Red+Green+Blue) = 33+92+62=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #215C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C3E is #DEA3C1. Grayscale: #474747. Windows color (decimal): -14590914 or 4086817. OLE color: 4086817.

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

Color convert

RGB 33 92 62 -
CMYK 0.64 0 0.33 0.64
HSL 149.49º 0.47% 0.25% -
HSV(B) 149.49º 0.64% 0.36% -
XYZ 5.32 8.33 5.88 -
YUV 70.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 33 92 62 0.64 0 0.33 0.64 149.49 0.47 0.25
Hex 21 5C 3E 40 0 21 40 95 2F 19
Octal 41 134 76 100 0 41 100 225 57 31
Binary 100001 1011100 111110 1000000 0 100001 1000000 10010101 101111 11001

Color Harmonies of #215C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C3E

Black with #215C3E

Text Example


Text Example

White with #215C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,62); }

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

background-color css

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

 a { background-color: rgb(33,92,62); }

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

border-color css

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

 span { border-color: rgb(33,92,62); }

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