Html Css Color HEX #206C42 Green Pea

📋 copy color: '#206C42'

red 32 ◦ green 108 ◦ blue 66

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

Shades of Green Pea #206C42

Tints of Green Pea #206C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.43%

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

R = 15.53%
G = 52.43%
B = 32.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#206C42 (or 0x206C42) is known color: Green Pea. HEX triplet: 20, 6C and 42. RGB value is (32,108,66). Sum of RGB (Red+Green+Blue) = 32+108+66=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #206C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206C42 is #DF93BD. Grayscale: #505050. Windows color (decimal): -14652350 or 4353056. OLE color: 4353056.

HSL color Cylindrical-coordinate representation of color #206C42: hue angle of 146.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206C42 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 108 66 -
CMYK 0.70 0 0.39 0.58
HSL 146.84º 0.54% 0.27% -
HSV(B) 146.84º 0.7% 0.42% -
XYZ 6.94 11.43 6.99 -
YUV 80.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 32 108 66 0.70 0 0.39 0.58 146.84 0.54 0.27
Hex 20 6C 42 46 0 27 3A 93 36 1B
Octal 40 154 102 106 0 47 72 223 66 33
Binary 100000 1101100 1000010 1000110 0 100111 111010 10010011 110110 11011

Color Harmonies of #206C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206C42

Black with #206C42

Text Example


Text Example

White with #206C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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