Html Css Color HEX #205942 Green Pea

📋 copy color: '#205942'

red 32 ◦ green 89 ◦ blue 66

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

Shades of Green Pea #205942

Tints of Green Pea #205942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

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

R = 17.11%
G = 47.59%
B = 35.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#205942 (or 0x205942) is known color: Green Pea. HEX triplet: 20, 59 and 42. RGB value is (32,89,66). Sum of RGB (Red+Green+Blue) = 32+89+66=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #205942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205942 is #DFA6BD. Grayscale: #454545. Windows color (decimal): -14657214 or 4348192. OLE color: 4348192.

HSL color Cylindrical-coordinate representation of color #205942: hue angle of 155.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205942 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 89 66 -
CMYK 0.64 0 0.26 0.65
HSL 155.79º 0.47% 0.24% -
HSV(B) 155.79º 0.64% 0.35% -
XYZ 5.15 7.85 6.4 -
YUV 69.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 32 89 66 0.64 0 0.26 0.65 155.79 0.47 0.24
Hex 20 59 42 40 0 1A 41 9C 2F 18
Octal 40 131 102 100 0 32 101 234 57 30
Binary 100000 1011001 1000010 1000000 0 11010 1000001 10011100 101111 11000

Color Harmonies of #205942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205942

Black with #205942

Text Example


Text Example

White with #205942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205942; }

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

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

background-color css

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

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

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

border-color css

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

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

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