Html Css Color HEX #206240 Green Pea

📋 copy color: '#206240'

red 32 ◦ green 98 ◦ blue 64

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

Shades of Green Pea #206240

Tints of Green Pea #206240

RGB

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

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

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

R = 16.49%
G = 50.52%
B = 32.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#206240 (or 0x206240) is known color: Green Pea. HEX triplet: 20, 62 and 40. RGB value is (32,98,64). Sum of RGB (Red+Green+Blue) = 32+98+64=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #206240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206240 is #DF9DBF. Grayscale: #4A4A4A. Windows color (decimal): -14654912 or 4219424. OLE color: 4219424.

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

Color convert

RGB 32 98 64 -
CMYK 0.67 0 0.35 0.62
HSL 149.09º 0.51% 0.25% -
HSV(B) 149.09º 0.67% 0.38% -
XYZ 5.89 9.41 6.36 -
YUV 74.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 32 98 64 0.67 0 0.35 0.62 149.09 0.51 0.25
Hex 20 62 40 43 0 23 3E 95 33 19
Octal 40 142 100 103 0 43 76 225 63 31
Binary 100000 1100010 1000000 1000011 0 100011 111110 10010101 110011 11001

Color Harmonies of #206240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206240

Black with #206240

Text Example


Text Example

White with #206240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206240; }

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

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

background-color css

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

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

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

border-color css

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

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

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