#1F613F

Color #1F613F Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #1F613F

Tints of Green Pea #1F613F

Color information

#1F613F (or 0x1F613F) is unknown color: approx Green Pea. HEX triplet: 1F, 61 and 3F. RGB value is (31,97,63). Sum of RGB (Red+Green+Blue) = 31+97+63=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #1F613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F613F is #E09EC0. Grayscale: #494949. Windows color (decimal): -14720705 or 4153631. OLE color: 4153631.

HSL color Cylindrical-coordinate representation of color #1F613F: hue angle of 149.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F613F is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB319763-
CMYK0.6800.350.62
HSL149.09º51.56%25.1%-
HSV(B)149.09º68.04%38.04%-
XYZ5.749.26.18-
YUV73.39122.1397.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.23%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 63 (25% from 255) = 32.98%
R=16.23%
G=50.79%
B=32.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3197630.6800.350.62149.0951.5625.1
Hex1F613F440233E953419
Octal3714177104043762256431
Binary111111100001111111100010001000111111101001010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F613F; }

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

 H1.HeaderClassName
 {
   color: #1F613F;
 }
 .AnyTagClassName
 {
   color: #1F613F;
 }
</style>
background-color css

<style>
 a { background-color: #1F613F; }

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

 div.DivClassName
 {
   background-color: #1F613F;
 }
 .BgClassName
 {
   background-color: #1F613F;
 }
</style>
border-color css

<style>
 span { border-color: #1F613F; }

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

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