#1F663E

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

Shades of Green Pea #1F663E

Tints of Green Pea #1F663E

Color information

#1F663E (or 0x1F663E) is unknown color: approx Green Pea. HEX triplet: 1F, 66 and 3E. RGB value is (31,102,62). Sum of RGB (Red+Green+Blue) = 31+102+62=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #1F663E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F663E is #E099C1. Grayscale: #4C4C4C. Windows color (decimal): -14719426 or 4089375. OLE color: 4089375.

HSL color Cylindrical-coordinate representation of color #1F663E: hue angle of 146.2º degrees, saturation: 0.53, 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 #1F663E is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB3110262-
CMYK0.7000.390.6
HSL146.2º53.38%26.08%-
HSV(B)146.2º69.61%40%-
XYZ6.1910.146.19-
YUV76.21119.9895.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 102 (40.23% from 255) = 52.31%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=15.90%
G=52.31%
B=31.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal31102620.7000.390.6146.253.3826.08
Hex1F663E460273C92351a
Octal3714676106047742226532
Binary111111100110111110100011001001111111001001001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,102,62); }

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

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

 a { background-color: rgb(31,102,62); }

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

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

 span { border-color: rgb(31,102,62); }

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