Html Css Color HEX #216542 Green Pea

📋 copy color: '#216542'

red 33 ◦ green 101 ◦ blue 66

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

Shades of Green Pea #216542

Tints of Green Pea #216542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.5%

 BLUE value IS 66 (26.17% from 255) = 33%

R = 16.5%
G = 50.5%
B = 33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#216542 (or 0x216542) is known color: Green Pea. HEX triplet: 21, 65 and 42. RGB value is (33,101,66). Sum of RGB (Red+Green+Blue) = 33+101+66=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #216542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216542 is #DE9ABD. Grayscale: #4C4C4C. Windows color (decimal): -14588606 or 4351265. OLE color: 4351265.

HSL color Cylindrical-coordinate representation of color #216542: hue angle of 149.12º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216542 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 101 66 -
CMYK 0.67 0 0.35 0.60
HSL 149.12º 0.51% 0.26% -
HSV(B) 149.12º 0.67% 0.4% -
XYZ 6.26 10.02 6.76 -
YUV 76.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 33 101 66 0.67 0 0.35 0.60 149.12 0.51 0.26
Hex 21 65 42 43 0 23 3C 95 33 1A
Octal 41 145 102 103 0 43 74 225 63 32
Binary 100001 1100101 1000010 1000011 0 100011 111100 10010101 110011 11010

Color Harmonies of #216542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216542

Black with #216542

Text Example


Text Example

White with #216542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216542; }

 p { color: rgb(33,101,66); }

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

background-color css

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

 a { background-color: rgb(33,101,66); }

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

border-color css

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

 span { border-color: rgb(33,101,66); }

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