Html Css Color HEX #216346 Green Pea

📋 copy color: '#216346'

red 33 ◦ green 99 ◦ blue 70

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

Shades of Green Pea #216346

Tints of Green Pea #216346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.01%

 BLUE value IS 70 (27.73% from 255) = 34.65%

R = 16.34%
G = 49.01%
B = 34.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#216346 (or 0x216346) is known color: Green Pea. HEX triplet: 21, 63 and 46. RGB value is (33,99,70). Sum of RGB (Red+Green+Blue) = 33+99+70=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #216346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216346 is #DE9CB9. Grayscale: #4C4C4C. Windows color (decimal): -14589114 or 4612897. OLE color: 4612897.

HSL color Cylindrical-coordinate representation of color #216346: hue angle of 153.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216346 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 99 70 -
CMYK 0.67 0 0.29 0.61
HSL 153.64º 0.5% 0.26% -
HSV(B) 153.64º 0.67% 0.39% -
XYZ 6.19 9.69 7.34 -
YUV 75.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 33 99 70 0.67 0 0.29 0.61 153.64 0.5 0.26
Hex 21 63 46 43 0 1D 3D 9A 32 1A
Octal 41 143 106 103 0 35 75 232 62 32
Binary 100001 1100011 1000110 1000011 0 11101 111101 10011010 110010 11010

Color Harmonies of #216346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216346

Black with #216346

Text Example


Text Example

White with #216346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216346; }

 p { color: rgb(33,99,70); }

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

background-color css

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

 a { background-color: rgb(33,99,70); }

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

border-color css

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

 span { border-color: rgb(33,99,70); }

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