Html Css Color HEX #206142 Green Pea

📋 copy color: '#206142'

red 32 ◦ green 97 ◦ blue 66

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

Shades of Green Pea #206142

Tints of Green Pea #206142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 16.41%
G = 49.74%
B = 33.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#206142 (or 0x206142) is known color: Green Pea. HEX triplet: 20, 61 and 42. RGB value is (32,97,66). Sum of RGB (Red+Green+Blue) = 32+97+66=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #206142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206142 is #DF9EBD. Grayscale: #4A4A4A. Windows color (decimal): -14655166 or 4350240. OLE color: 4350240.

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

Color convert

RGB 32 97 66 -
CMYK 0.67 0 0.32 0.62
HSL 151.38º 0.5% 0.25% -
HSV(B) 151.38º 0.67% 0.38% -
XYZ 5.85 9.25 6.63 -
YUV 74.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 32 97 66 0.67 0 0.32 0.62 151.38 0.5 0.25
Hex 20 61 42 43 0 20 3E 97 32 19
Octal 40 141 102 103 0 40 76 227 62 31
Binary 100000 1100001 1000010 1000011 0 100000 111110 10010111 110010 11001

Color Harmonies of #206142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206142

Black with #206142

Text Example


Text Example

White with #206142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206142; }

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

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

background-color css

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

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

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

border-color css

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

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

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