Html Css Color HEX #216245 Green Pea

📋 copy color: '#216245'

red 33 ◦ green 98 ◦ blue 69

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

Shades of Green Pea #216245

Tints of Green Pea #216245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49%

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

R = 16.5%
G = 49%
B = 34.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#216245 (or 0x216245) is known color: Green Pea. HEX triplet: 21, 62 and 45. RGB value is (33,98,69). Sum of RGB (Red+Green+Blue) = 33+98+69=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #216245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216245 is #DE9DBA. Grayscale: #4B4B4B. Windows color (decimal): -14589371 or 4547105. OLE color: 4547105.

HSL color Cylindrical-coordinate representation of color #216245: hue angle of 153.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216245 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 69 -
CMYK 0.66 0 0.30 0.62
HSL 153.23º 0.5% 0.26% -
HSV(B) 153.23º 0.66% 0.38% -
XYZ 6.07 9.49 7.14 -
YUV 75.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 33 98 69 0.66 0 0.30 0.62 153.23 0.5 0.26
Hex 21 62 45 42 0 1E 3E 99 32 1A
Octal 41 142 105 102 0 36 76 231 62 32
Binary 100001 1100010 1000101 1000010 0 11110 111110 10011001 110010 11010

Color Harmonies of #216245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216245

Black with #216245

Text Example


Text Example

White with #216245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216245; }

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

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

background-color css

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

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

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

border-color css

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

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

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