Html Css Color HEX #206440 Green Pea

📋 copy color: '#206440'

red 32 ◦ green 100 ◦ blue 64

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

Shades of Green Pea #206440

Tints of Green Pea #206440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.02%

 BLUE value IS 64 (25.39% from 255) = 32.65%

R = 16.33%
G = 51.02%
B = 32.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#206440 (or 0x206440) is known color: Green Pea. HEX triplet: 20, 64 and 40. RGB value is (32,100,64). Sum of RGB (Red+Green+Blue) = 32+100+64=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #206440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206440 is #DF9BBF. Grayscale: #4B4B4B. Windows color (decimal): -14654400 or 4219936. OLE color: 4219936.

HSL color Cylindrical-coordinate representation of color #206440: hue angle of 148.24º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206440 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 100 64 -
CMYK 0.68 0 0.36 0.61
HSL 148.24º 0.52% 0.26% -
HSV(B) 148.24º 0.68% 0.39% -
XYZ 6.08 9.79 6.42 -
YUV 75.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 32 100 64 0.68 0 0.36 0.61 148.24 0.52 0.26
Hex 20 64 40 44 0 24 3D 94 34 1A
Octal 40 144 100 104 0 44 75 224 64 32
Binary 100000 1100100 1000000 1000100 0 100100 111101 10010100 110100 11010

Color Harmonies of #206440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206440

Black with #206440

Text Example


Text Example

White with #206440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206440; }

 p { color: rgb(32,100,64); }

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

background-color css

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

 a { background-color: rgb(32,100,64); }

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

border-color css

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

 span { border-color: rgb(32,100,64); }

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