Html Css Color HEX #206042 Green Pea

📋 copy color: '#206042'

red 32 ◦ green 96 ◦ blue 66

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

Shades of Green Pea #206042

Tints of Green Pea #206042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.48%

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

R = 16.49%
G = 49.48%
B = 34.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#206042 (or 0x206042) is known color: Green Pea. HEX triplet: 20, 60 and 42. RGB value is (32,96,66). Sum of RGB (Red+Green+Blue) = 32+96+66=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #206042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206042 is #DF9FBD. Grayscale: #494949. Windows color (decimal): -14655422 or 4349984. OLE color: 4349984.

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

Color convert

RGB 32 96 66 -
CMYK 0.67 0 0.31 0.62
HSL 151.88º 0.5% 0.25% -
HSV(B) 151.88º 0.67% 0.38% -
XYZ 5.76 9.07 6.6 -
YUV 73.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 32 96 66 0.67 0 0.31 0.62 151.88 0.5 0.25
Hex 20 60 42 43 0 1F 3E 98 32 19
Octal 40 140 102 103 0 37 76 230 62 31
Binary 100000 1100000 1000010 1000011 0 11111 111110 10011000 110010 11001

Color Harmonies of #206042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206042

Black with #206042

Text Example


Text Example

White with #206042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206042; }

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

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

background-color css

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

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

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

border-color css

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

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

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