Html Css Color HEX #20613F Green Pea

📋 copy color: '#20613F'

red 32 ◦ green 97 ◦ blue 63

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

Shades of Green Pea #20613F

Tints of Green Pea #20613F

RGB

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

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

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

R = 16.67%
G = 50.52%
B = 32.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#20613F (or 0x20613F) is known color: Green Pea. HEX triplet: 20, 61 and 3F. RGB value is (32,97,63). Sum of RGB (Red+Green+Blue) = 32+97+63=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #20613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20613F is #DF9EC0. Grayscale: #494949. Windows color (decimal): -14655169 or 4153632. OLE color: 4153632.

HSL color Cylindrical-coordinate representation of color #20613F: hue angle of 148.62º 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 #20613F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 97 63 -
CMYK 0.67 0 0.35 0.62
HSL 148.62º 0.5% 0.25% -
HSV(B) 148.62º 0.67% 0.38% -
XYZ 5.77 9.22 6.18 -
YUV 73.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 32 97 63 0.67 0 0.35 0.62 148.62 0.5 0.25
Hex 20 61 3F 43 0 23 3E 95 32 19
Octal 40 141 77 103 0 43 76 225 62 31
Binary 100000 1100001 111111 1000011 0 100011 111110 10010101 110010 11001

Color Harmonies of #20613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20613F

Black with #20613F

Text Example


Text Example

White with #20613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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