Html Css Color HEX #20613E Green Pea

📋 copy color: '#20613E'

red 32 ◦ green 97 ◦ blue 62

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

Shades of Green Pea #20613E

Tints of Green Pea #20613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

 BLUE value IS 62 (24.61% from 255) = 32.46%

R = 16.75%
G = 50.79%
B = 32.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#20613E (or 0x20613E) is known color: Green Pea. HEX triplet: 20, 61 and 3E. RGB value is (32,97,62). Sum of RGB (Red+Green+Blue) = 32+97+62=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #20613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20613E is #DF9EC1. Grayscale: #494949. Windows color (decimal): -14655170 or 4088096. OLE color: 4088096.

HSL color Cylindrical-coordinate representation of color #20613E: hue angle of 147.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20613E is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 97 62 -
CMYK 0.67 0 0.36 0.62
HSL 147.69º 0.5% 0.25% -
HSV(B) 147.69º 0.67% 0.38% -
XYZ 5.74 9.2 6.03 -
YUV 73.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 32 97 62 0.67 0 0.36 0.62 147.69 0.5 0.25
Hex 20 61 3E 43 0 24 3E 94 32 19
Octal 40 141 76 103 0 44 76 224 62 31
Binary 100000 1100001 111110 1000011 0 100100 111110 10010100 110010 11001

Color Harmonies of #20613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20613E

Black with #20613E

Text Example


Text Example

White with #20613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20613E; }

 p { color: rgb(32,97,62); }

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

background-color css

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

 a { background-color: rgb(32,97,62); }

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

border-color css

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

 span { border-color: rgb(32,97,62); }

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