Html Css Color HEX #205A40 Green Pea

📋 copy color: '#205A40'

red 32 ◦ green 90 ◦ blue 64

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

Shades of Green Pea #205A40

Tints of Green Pea #205A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.39%

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

R = 17.2%
G = 48.39%
B = 34.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#205A40 (or 0x205A40) is known color: Green Pea. HEX triplet: 20, 5A and 40. RGB value is (32,90,64). Sum of RGB (Red+Green+Blue) = 32+90+64=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #205A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A40 is #DFA5BF. Grayscale: #454545. Windows color (decimal): -14656960 or 4217376. OLE color: 4217376.

HSL color Cylindrical-coordinate representation of color #205A40: hue angle of 153.1º degrees, saturation: 0.48, 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 #205A40 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 90 64 -
CMYK 0.64 0 0.29 0.65
HSL 153.1º 0.48% 0.24% -
HSV(B) 153.1º 0.64% 0.35% -
XYZ 5.18 7.99 6.12 -
YUV 69.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 32 90 64 0.64 0 0.29 0.65 153.1 0.48 0.24
Hex 20 5A 40 40 0 1D 41 99 30 18
Octal 40 132 100 100 0 35 101 231 60 30
Binary 100000 1011010 1000000 1000000 0 11101 1000001 10011001 110000 11000

Color Harmonies of #205A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205A40

Black with #205A40

Text Example


Text Example

White with #205A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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