#1F6440

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

Shades of Green Pea #1F6440

Tints of Green Pea #1F6440

Color information

#1F6440 (or 0x1F6440) is unknown color: approx Green Pea. HEX triplet: 1F, 64 and 40. RGB value is (31,100,64). Sum of RGB (Red+Green+Blue) = 31+100+64=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #1F6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6440 is #E09BBF. Grayscale: #4B4B4B. Windows color (decimal): -14719936 or 4219935. OLE color: 4219935.

HSL color Cylindrical-coordinate representation of color #1F6440: hue angle of 148.7º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F6440 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB3110064-
CMYK0.6900.360.61
HSL148.7º52.67%25.69%-
HSV(B)148.7º69%39.22%-
XYZ6.059.786.42-
YUV75.26121.6496.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=15.90%
G=51.28%
B=32.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal31100640.6900.360.61148.752.6725.69
Hex1F6440450243D95351a
Octal37144100105044752256532
Binary1111111001001000000100010101001001111011001010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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