#1F6246

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

Shades of Green Pea #1F6246

Tints of Green Pea #1F6246

Color information

#1F6246 (or 0x1F6246) is unknown color: approx Green Pea. HEX triplet: 1F, 62 and 46. RGB value is (31,98,70). Sum of RGB (Red+Green+Blue) = 31+98+70=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6246 is #E09DB9. Grayscale: #4A4A4A. Windows color (decimal): -14720442 or 4612639. OLE color: 4612639.

HSL color Cylindrical-coordinate representation of color #1F6246: hue angle of 154.93º 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 #1F6246 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB319870-
CMYK0.6800.290.62
HSL154.93º51.94%25.29%-
HSV(B)154.93º68.37%38.43%-
XYZ6.049.477.3-
YUV74.78125.396.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=15.58%
G=49.25%
B=35.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3198700.6800.290.62154.9351.9425.29
Hex1F62464401D3E9b3419
Octal37142106104035762336431
Binary111111100010100011010001000111011111101001101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,98,70); }

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

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

 a { background-color: rgb(31,98,70); }

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

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

 span { border-color: rgb(31,98,70); }

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