Html Css Color HEX #216745 Green Pea

📋 copy color: '#216745'

red 33 ◦ green 103 ◦ blue 69

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

Shades of Green Pea #216745

Tints of Green Pea #216745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 16.1%
G = 50.24%
B = 33.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#216745 (or 0x216745) is known color: Green Pea. HEX triplet: 21, 67 and 45. RGB value is (33,103,69). Sum of RGB (Red+Green+Blue) = 33+103+69=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #216745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216745 is #DE98BA. Grayscale: #4E4E4E. Windows color (decimal): -14588091 or 4548385. OLE color: 4548385.

HSL color Cylindrical-coordinate representation of color #216745: hue angle of 150.86º 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 #216745 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 103 69 -
CMYK 0.68 0 0.33 0.60
HSL 150.86º 0.51% 0.27% -
HSV(B) 150.86º 0.68% 0.4% -
XYZ 6.55 10.45 7.3 -
YUV 78.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 33 103 69 0.68 0 0.33 0.60 150.86 0.51 0.27
Hex 21 67 45 44 0 21 3C 97 33 1B
Octal 41 147 105 104 0 41 74 227 63 33
Binary 100001 1100111 1000101 1000100 0 100001 111100 10010111 110011 11011

Color Harmonies of #216745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216745

Black with #216745

Text Example


Text Example

White with #216745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216745; }

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

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

background-color css

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

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

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

border-color css

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

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

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