Html Css Color HEX #20693F Green Pea

📋 copy color: '#20693F'

red 32 ◦ green 105 ◦ blue 63

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

Shades of Green Pea #20693F

Tints of Green Pea #20693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.5%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 16%
G = 52.5%
B = 31.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#20693F (or 0x20693F) is known color: Green Pea. HEX triplet: 20, 69 and 3F. RGB value is (32,105,63). Sum of RGB (Red+Green+Blue) = 32+105+63=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #20693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20693F is #DF96C0. Grayscale: #4E4E4E. Windows color (decimal): -14653121 or 4155680. OLE color: 4155680.

HSL color Cylindrical-coordinate representation of color #20693F: hue angle of 145.48º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20693F is Cyan = 0.70, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 105 63 -
CMYK 0.70 0 0.4 0.59
HSL 145.48º 0.53% 0.27% -
HSV(B) 145.48º 0.7% 0.41% -
XYZ 6.54 10.77 6.44 -
YUV 78.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 32 105 63 0.70 0 0.4 0.59 145.48 0.53 0.27
Hex 20 69 3F 46 0 28 3B 91 35 1B
Octal 40 151 77 106 0 50 73 221 65 33
Binary 100000 1101001 111111 1000110 0 101000 111011 10010001 110101 11011

Color Harmonies of #20693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20693F

Black with #20693F

Text Example


Text Example

White with #20693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20693F; }

 p { color: rgb(32,105,63); }

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

background-color css

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

 a { background-color: rgb(32,105,63); }

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

border-color css

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

 span { border-color: rgb(32,105,63); }

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