Html Css Color HEX #205842 Green Pea

📋 copy color: '#205842'

red 32 ◦ green 88 ◦ blue 66

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

Shades of Green Pea #205842

Tints of Green Pea #205842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.31%

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

R = 17.2%
G = 47.31%
B = 35.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#205842 (or 0x205842) is known color: Green Pea. HEX triplet: 20, 58 and 42. RGB value is (32,88,66). Sum of RGB (Red+Green+Blue) = 32+88+66=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #205842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205842 is #DFA7BD. Grayscale: #444444. Windows color (decimal): -14657470 or 4347936. OLE color: 4347936.

HSL color Cylindrical-coordinate representation of color #205842: hue angle of 156.43º 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 #205842 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 88 66 -
CMYK 0.64 0 0.25 0.65
HSL 156.43º 0.47% 0.24% -
HSV(B) 156.43º 0.64% 0.35% -
XYZ 5.07 7.68 6.37 -
YUV 68.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 32 88 66 0.64 0 0.25 0.65 156.43 0.47 0.24
Hex 20 58 42 40 0 19 41 9C 2F 18
Octal 40 130 102 100 0 31 101 234 57 30
Binary 100000 1011000 1000010 1000000 0 11001 1000001 10011100 101111 11000

Color Harmonies of #205842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205842

Black with #205842

Text Example


Text Example

White with #205842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205842; }

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

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

background-color css

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

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

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

border-color css

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

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

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