Html Css Color HEX #205F42 Green Pea

📋 copy color: '#205F42'

red 32 ◦ green 95 ◦ blue 66

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

Shades of Green Pea #205F42

Tints of Green Pea #205F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 49.22%

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

R = 16.58%
G = 49.22%
B = 34.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#205F42 (or 0x205F42) is known color: Green Pea. HEX triplet: 20, 5F and 42. RGB value is (32,95,66). Sum of RGB (Red+Green+Blue) = 32+95+66=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #205F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F42 is #DFA0BD. Grayscale: #484848. Windows color (decimal): -14655678 or 4349728. OLE color: 4349728.

HSL color Cylindrical-coordinate representation of color #205F42: hue angle of 152.38º degrees, saturation: 0.5, 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 #205F42 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 95 66 -
CMYK 0.66 0 0.31 0.63
HSL 152.38º 0.5% 0.25% -
HSV(B) 152.38º 0.66% 0.37% -
XYZ 5.67 8.88 6.57 -
YUV 72.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 32 95 66 0.66 0 0.31 0.63 152.38 0.5 0.25
Hex 20 5F 42 42 0 1F 3F 98 32 19
Octal 40 137 102 102 0 37 77 230 62 31
Binary 100000 1011111 1000010 1000010 0 11111 111111 10011000 110010 11001

Color Harmonies of #205F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F42

Black with #205F42

Text Example


Text Example

White with #205F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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