Html Css Color HEX #215941 Green Pea

📋 copy color: '#215941'

red 33 ◦ green 89 ◦ blue 65

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

Shades of Green Pea #215941

Tints of Green Pea #215941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 17.65%
G = 47.59%
B = 34.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#215941 (or 0x215941) is known color: Green Pea. HEX triplet: 21, 59 and 41. RGB value is (33,89,65). Sum of RGB (Red+Green+Blue) = 33+89+65=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #215941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215941 is #DEA6BE. Grayscale: #454545. Windows color (decimal): -14591679 or 4282657. OLE color: 4282657.

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

Color convert

RGB 33 89 65 -
CMYK 0.63 0 0.27 0.65
HSL 154.29º 0.46% 0.24% -
HSV(B) 154.29º 0.63% 0.35% -
XYZ 5.15 7.85 6.24 -
YUV 69.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 33 89 65 0.63 0 0.27 0.65 154.29 0.46 0.24
Hex 21 59 41 3F 0 1B 41 9A 2E 18
Octal 41 131 101 77 0 33 101 232 56 30
Binary 100001 1011001 1000001 111111 0 11011 1000001 10011010 101110 11000

Color Harmonies of #215941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215941

Black with #215941

Text Example


Text Example

White with #215941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215941; }

 p { color: rgb(33,89,65); }

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

background-color css

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

 a { background-color: rgb(33,89,65); }

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

border-color css

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

 span { border-color: rgb(33,89,65); }

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