Html Css Color HEX #205E42 Green Pea

📋 copy color: '#205E42'

red 32 ◦ green 94 ◦ blue 66

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

Shades of Green Pea #205E42

Tints of Green Pea #205E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 48.96%

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

R = 16.67%
G = 48.96%
B = 34.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#205E42 (or 0x205E42) is known color: Green Pea. HEX triplet: 20, 5E and 42. RGB value is (32,94,66). Sum of RGB (Red+Green+Blue) = 32+94+66=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 94 - color contains mainly: green. Hex color #205E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E42 is #DFA1BD. Grayscale: #484848. Windows color (decimal): -14655934 or 4349472. OLE color: 4349472.

HSL color Cylindrical-coordinate representation of color #205E42: hue angle of 152.9º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205E42 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 94 66 -
CMYK 0.66 0 0.30 0.63
HSL 152.9º 0.49% 0.25% -
HSV(B) 152.9º 0.66% 0.37% -
XYZ 5.58 8.71 6.54 -
YUV 72.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 32 94 66 0.66 0 0.30 0.63 152.9 0.49 0.25
Hex 20 5E 42 42 0 1E 3F 99 31 19
Octal 40 136 102 102 0 36 77 231 61 31
Binary 100000 1011110 1000010 1000010 0 11110 111111 10011001 110001 11001

Color Harmonies of #205E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205E42

Black with #205E42

Text Example


Text Example

White with #205E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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