Html Css Color HEX #216740 Green Pea

📋 copy color: '#216740'

red 33 ◦ green 103 ◦ blue 64

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

Shades of Green Pea #216740

Tints of Green Pea #216740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 51.5%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 16.5%
G = 51.5%
B = 32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#216740 (or 0x216740) is known color: Green Pea. HEX triplet: 21, 67 and 40. RGB value is (33,103,64). Sum of RGB (Red+Green+Blue) = 33+103+64=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #216740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216740 is #DE98BF. Grayscale: #4D4D4D. Windows color (decimal): -14588096 or 4220705. OLE color: 4220705.

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

Color convert

RGB 33 103 64 -
CMYK 0.68 0 0.38 0.60
HSL 146.57º 0.51% 0.27% -
HSV(B) 146.57º 0.68% 0.4% -
XYZ 6.4 10.39 6.52 -
YUV 77.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 33 103 64 0.68 0 0.38 0.60 146.57 0.51 0.27
Hex 21 67 40 44 0 26 3C 93 33 1B
Octal 41 147 100 104 0 46 74 223 63 33
Binary 100001 1100111 1000000 1000100 0 100110 111100 10010011 110011 11011

Color Harmonies of #216740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216740

Black with #216740

Text Example


Text Example

White with #216740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216740; }

 p { color: rgb(33,103,64); }

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

background-color css

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

 a { background-color: rgb(33,103,64); }

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

border-color css

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

 span { border-color: rgb(33,103,64); }

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