Html Css Color HEX #206246 Green Pea

📋 copy color: '#206246'

red 32 ◦ green 98 ◦ blue 70

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

Shades of Green Pea #206246

Tints of Green Pea #206246

RGB

 RED value IS 32 (12.89% from 255) = 16%

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

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

R = 16%
G = 49%
B = 35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#206246 (or 0x206246) is known color: Green Pea. HEX triplet: 20, 62 and 46. RGB value is (32,98,70). Sum of RGB (Red+Green+Blue) = 32+98+70=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #206246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206246 is #DF9DB9. Grayscale: #4B4B4B. Windows color (decimal): -14654906 or 4612640. OLE color: 4612640.

HSL color Cylindrical-coordinate representation of color #206246: hue angle of 154.55º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206246 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 98 70 -
CMYK 0.67 0 0.29 0.62
HSL 154.55º 0.51% 0.25% -
HSV(B) 154.55º 0.67% 0.38% -
XYZ 6.07 9.48 7.31 -
YUV 75.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 32 98 70 0.67 0 0.29 0.62 154.55 0.51 0.25
Hex 20 62 46 43 0 1D 3E 9B 33 19
Octal 40 142 106 103 0 35 76 233 63 31
Binary 100000 1100010 1000110 1000011 0 11101 111110 10011011 110011 11001

Color Harmonies of #206246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206246

Black with #206246

Text Example


Text Example

White with #206246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206246; }

 p { color: rgb(32,98,70); }

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

background-color css

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

 a { background-color: rgb(32,98,70); }

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

border-color css

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

 span { border-color: rgb(32,98,70); }

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