#1BAF49

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

Shades of Dark Pastel Green #1BAF49

Tints of Dark Pastel Green #1BAF49

Color information

#1BAF49 (or 0x1BAF49) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, AF and 49. RGB value is (27,175,73). Sum of RGB (Red+Green+Blue) = 27+175+73=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF49 is #E450B6. Grayscale: #777777. Windows color (decimal): -14962871 or 4828955. OLE color: 4828955.

HSL color Cylindrical-coordinate representation of color #1BAF49: hue angle of 138.65º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF49 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB2717573-
CMYK0.8500.580.31
HSL138.65º73.27%39.61%-
HSV(B)138.65º84.57%68.63%-
XYZ16.9831.3711.46-
YUV119.12101.9762.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 175 (68.75% from 255) = 63.64%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=9.82%
G=63.64%
B=26.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27175730.8500.580.31138.6573.2739.61
Hex1BAF495503A1F8b4928
Octal332571111250723721311150
Binary110111010111110010011010101011101011111100010111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,175,73); }

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

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

 a { background-color: rgb(27,175,73); }

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

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

 span { border-color: rgb(27,175,73); }

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