#1F673F

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

Shades of Green Pea #1F673F

Tints of Green Pea #1F673F

Color information

#1F673F (or 0x1F673F) is unknown color: approx Green Pea. HEX triplet: 1F, 67 and 3F. RGB value is (31,103,63). Sum of RGB (Red+Green+Blue) = 31+103+63=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #1F673F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F673F is #E098C0. Grayscale: #4D4D4D. Windows color (decimal): -14719169 or 4155167. OLE color: 4155167.

HSL color Cylindrical-coordinate representation of color #1F673F: hue angle of 146.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F673F is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB3110363-
CMYK0.7000.390.60
HSL146.67º53.73%26.27%-
HSV(B)146.67º69.9%40.39%-
XYZ6.3110.356.37-
YUV76.91120.1595.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.74%
GREEN value IS 103 (40.62% from 255) = 52.28%
BLUE value IS 63 (25% from 255) = 31.98%
R=15.74%
G=52.28%
B=31.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31103630.7000.390.60146.6753.7326.27
Hex1F673F460273C93361a
Octal3714777106047742236632
Binary111111100111111111100011001001111111001001001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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