Html Css Color HEX #206046 Green Pea

📋 copy color: '#206046'

red 32 ◦ green 96 ◦ blue 70

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

Shades of Green Pea #206046

Tints of Green Pea #206046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

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

R = 16.16%
G = 48.48%
B = 35.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#206046 (or 0x206046) is known color: Green Pea. HEX triplet: 20, 60 and 46. RGB value is (32,96,70). Sum of RGB (Red+Green+Blue) = 32+96+70=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #206046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206046 is #DF9FB9. Grayscale: #494949. Windows color (decimal): -14655418 or 4612128. OLE color: 4612128.

HSL color Cylindrical-coordinate representation of color #206046: hue angle of 155.62º degrees, saturation: 0.5, 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 #206046 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 96 70 -
CMYK 0.67 0 0.27 0.62
HSL 155.63º 0.5% 0.25% -
HSV(B) 155.63º 0.67% 0.38% -
XYZ 5.88 9.12 7.24 -
YUV 73.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 32 96 70 0.67 0 0.27 0.62 155.63 0.5 0.25
Hex 20 60 46 43 0 1B 3E 9C 32 19
Octal 40 140 106 103 0 33 76 234 62 31
Binary 100000 1100000 1000110 1000011 0 11011 111110 10011100 110010 11001

Color Harmonies of #206046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206046

Black with #206046

Text Example


Text Example

White with #206046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206046; }

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

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

background-color css

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

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

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

border-color css

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

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

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