#1F613C

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

Shades of Green Pea #1F613C

Tints of Green Pea #1F613C

Color information

#1F613C (or 0x1F613C) is unknown color: approx Green Pea. HEX triplet: 1F, 61 and 3C. RGB value is (31,97,60). Sum of RGB (Red+Green+Blue) = 31+97+60=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #1F613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F613C is #E09EC3. Grayscale: #494949. Windows color (decimal): -14720708 or 3957023. OLE color: 3957023.

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

Color convert

RGB319760-
CMYK0.6800.380.62
HSL146.36º51.56%25.1%-
HSV(B)146.36º68.04%38.04%-
XYZ5.669.175.75-
YUV73.05120.6398.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.49%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=16.49%
G=51.60%
B=31.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3197600.6800.380.62146.3651.5625.1
Hex1F613C440263E923419
Octal3714174104046762226431
Binary111111100001111100100010001001101111101001001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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