Html Css Color HEX #206241 Green Pea

📋 copy color: '#206241'

red 32 ◦ green 98 ◦ blue 65

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

Shades of Green Pea #206241

Tints of Green Pea #206241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 16.41%
G = 50.26%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#206241 (or 0x206241) is known color: Green Pea. HEX triplet: 20, 62 and 41. RGB value is (32,98,65). Sum of RGB (Red+Green+Blue) = 32+98+65=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #206241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206241 is #DF9DBE. Grayscale: #4A4A4A. Windows color (decimal): -14654911 or 4284960. OLE color: 4284960.

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

Color convert

RGB 32 98 65 -
CMYK 0.67 0 0.34 0.62
HSL 150º 0.51% 0.25% -
HSV(B) 150º 0.67% 0.38% -
XYZ 5.92 9.42 6.51 -
YUV 74.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 32 98 65 0.67 0 0.34 0.62 150 0.51 0.25
Hex 20 62 41 43 0 22 3E 96 33 19
Octal 40 142 101 103 0 42 76 226 63 31
Binary 100000 1100010 1000001 1000011 0 100010 111110 10010110 110011 11001

Color Harmonies of #206241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206241

Black with #206241

Text Example


Text Example

White with #206241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206241; }

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

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

background-color css

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

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

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

border-color css

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

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

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