#1f6240

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

Shades of Green Pea #1F6240

Tints of Green Pea #1F6240

Color information

#1F6240 (or 0x1F6240) is unknown color: approx Green Pea. HEX triplet: 1F, 62 and 40. RGB value is (31,98,64). Sum of RGB (Red+Green+Blue) = 31+98+64=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #1F6240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6240 is #E09DBF. Grayscale: #4A4A4A. Windows color (decimal): -14720448 or 4219423. OLE color: 4219423.

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

Color convert

RGB319864-
CMYK0.6800.350.62
HSL149.55º51.94%25.29%-
HSV(B)149.55º68.37%38.43%-
XYZ5.869.46.36-
YUV74.09122.397.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=16.06%
G=50.78%
B=33.16%

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
Decimal3198640.6800.350.62149.5551.9425.29
Hex1F6240440233E963419
Octal37142100104043762266431
Binary1111111000101000000100010001000111111101001011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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