#1F6441

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

Shades of Green Pea #1F6441

Tints of Green Pea #1F6441

Color information

#1F6441 (or 0x1F6441) is unknown color: approx Green Pea. HEX triplet: 1F, 64 and 41. RGB value is (31,100,65). Sum of RGB (Red+Green+Blue) = 31+100+65=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #1F6441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6441 is #E09BBE. Grayscale: #4B4B4B. Windows color (decimal): -14719935 or 4285471. OLE color: 4285471.

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

Color convert

RGB3110065-
CMYK0.6900.350.61
HSL149.57º52.67%25.69%-
HSV(B)149.57º69%39.22%-
XYZ6.089.796.57-
YUV75.38122.1496.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 100 (39.45% from 255) = 51.02%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=15.82%
G=51.02%
B=33.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal31100650.6900.350.61149.5752.6725.69
Hex1F6441450233D96351a
Octal37144101105043752266532
Binary1111111001001000001100010101000111111011001011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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