#1FB244

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

Shades of Dark Pastel Green #1FB244

Tints of Dark Pastel Green #1FB244

Color information

#1FB244 (or 0x1FB244) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, B2 and 44. RGB value is (31,178,68). Sum of RGB (Red+Green+Blue) = 31+178+68=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB244 is #E04DBB. Grayscale: #797979. Windows color (decimal): -14699964 or 4502047. OLE color: 4502047.

HSL color Cylindrical-coordinate representation of color #1FB244: hue angle of 135.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB244 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB3117868-
CMYK0.8300.620.30
HSL135.1º70.33%40.98%-
HSV(B)135.1º82.58%69.8%-
XYZ17.5332.5510.83-
YUV121.5197.863.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.19%
GREEN value IS 178 (69.92% from 255) = 64.26%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=11.19%
G=64.26%
B=24.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31178680.8300.620.30135.170.3340.98
Hex1FB2445303E1E874629
Octal372621041230763620710651
Binary111111011001010001001010011011111011110100001111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,178,68); }

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

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

 a { background-color: rgb(31,178,68); }

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

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

 span { border-color: rgb(31,178,68); }

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