#1F6142

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

Shades of Green Pea #1F6142

Tints of Green Pea #1F6142

Color information

#1F6142 (or 0x1F6142) is unknown color: approx Green Pea. HEX triplet: 1F, 61 and 42. RGB value is (31,97,66). Sum of RGB (Red+Green+Blue) = 31+97+66=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #1F6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6142 is #E09EBD. Grayscale: #494949. Windows color (decimal): -14720702 or 4350239. OLE color: 4350239.

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

Color convert

RGB319766-
CMYK0.6800.320.62
HSL151.82º51.56%25.1%-
HSV(B)151.82º68.04%38.04%-
XYZ5.829.236.63-
YUV73.73123.6397.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=15.98%
G=50%
B=34.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3197660.6800.320.62151.8251.5625.1
Hex1F6142440203E983419
Octal37141102104040762306431
Binary1111111000011000010100010001000001111101001100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,66); }

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

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

 a { background-color: rgb(31,97,66); }

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

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

 span { border-color: rgb(31,97,66); }

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