Html Css Color HEX #206141 Green Pea

📋 copy color: '#206141'

red 32 ◦ green 97 ◦ blue 65

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

Shades of Green Pea #206141

Tints of Green Pea #206141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50%

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

R = 16.49%
G = 50%
B = 33.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#206141 (or 0x206141) is known color: Green Pea. HEX triplet: 20, 61 and 41. RGB value is (32,97,65). Sum of RGB (Red+Green+Blue) = 32+97+65=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #206141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206141 is #DF9EBE. Grayscale: #494949. Windows color (decimal): -14655167 or 4284704. OLE color: 4284704.

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

Color convert

RGB 32 97 65 -
CMYK 0.67 0 0.33 0.62
HSL 150.46º 0.5% 0.25% -
HSV(B) 150.46º 0.67% 0.38% -
XYZ 5.82 9.24 6.48 -
YUV 73.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 32 97 65 0.67 0 0.33 0.62 150.46 0.5 0.25
Hex 20 61 41 43 0 21 3E 96 32 19
Octal 40 141 101 103 0 41 76 226 62 31
Binary 100000 1100001 1000001 1000011 0 100001 111110 10010110 110010 11001

Color Harmonies of #206141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206141

Black with #206141

Text Example


Text Example

White with #206141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206141; }

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

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

background-color css

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

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

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

border-color css

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

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

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