Html Css Color HEX #206242 Green Pea

📋 copy color: '#206242'

red 32 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #206242

Tints of Green Pea #206242

RGB

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

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

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

R = 16.33%
G = 50%
B = 33.67%

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

#206242 (or 0x206242) is known color: Green Pea. HEX triplet: 20, 62 and 42. RGB value is (32,98,66). Sum of RGB (Red+Green+Blue) = 32+98+66=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #206242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206242 is #DF9DBD. Grayscale: #4A4A4A. Windows color (decimal): -14654910 or 4350496. OLE color: 4350496.

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

Color convert

RGB 32 98 66 -
CMYK 0.67 0 0.33 0.62
HSL 150.91º 0.51% 0.25% -
HSV(B) 150.91º 0.67% 0.38% -
XYZ 5.95 9.44 6.66 -
YUV 74.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 32 98 66 0.67 0 0.33 0.62 150.91 0.51 0.25
Hex 20 62 42 43 0 21 3E 97 33 19
Octal 40 142 102 103 0 41 76 227 63 31
Binary 100000 1100010 1000010 1000011 0 100001 111110 10010111 110011 11001

Color Harmonies of #206242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206242

Black with #206242

Text Example


Text Example

White with #206242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206242; }

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

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

background-color css

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

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

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

border-color css

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

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

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