Html Css Color HEX #206441 Green Pea

📋 copy color: '#206441'

red 32 ◦ green 100 ◦ blue 65

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

Shades of Green Pea #206441

Tints of Green Pea #206441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 16.24%
G = 50.76%
B = 32.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#206441 (or 0x206441) is known color: Green Pea. HEX triplet: 20, 64 and 41. RGB value is (32,100,65). Sum of RGB (Red+Green+Blue) = 32+100+65=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #206441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206441 is #DF9BBE. Grayscale: #4B4B4B. Windows color (decimal): -14654399 or 4285472. OLE color: 4285472.

HSL color Cylindrical-coordinate representation of color #206441: hue angle of 149.12º 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 #206441 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 100 65 -
CMYK 0.68 0 0.35 0.61
HSL 149.12º 0.52% 0.26% -
HSV(B) 149.12º 0.68% 0.39% -
XYZ 6.11 9.8 6.57 -
YUV 75.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 32 100 65 0.68 0 0.35 0.61 149.12 0.52 0.26
Hex 20 64 41 44 0 23 3D 95 34 1A
Octal 40 144 101 104 0 43 75 225 64 32
Binary 100000 1100100 1000001 1000100 0 100011 111101 10010101 110100 11010

Color Harmonies of #206441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206441

Black with #206441

Text Example


Text Example

White with #206441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206441; }

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

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

background-color css

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

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

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

border-color css

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

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

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