#0FB928

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

Shades of Dark Pastel Green #0FB928

Tints of Dark Pastel Green #0FB928

Color information

#0FB928 (or 0x0FB928) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B9 and 28. RGB value is (15,185,40). Sum of RGB (Red+Green+Blue) = 15+185+40=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 185 (72.66% from 255 or 77.08% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB928 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB928 is #F046D7. Grayscale: #767676. Windows color (decimal): -15746776 or 2668815. OLE color: 2668815.

HSL color Cylindrical-coordinate representation of color #0FB928: hue angle of 128.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB928 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1518540-
CMYK0.9200.780.27
HSL128.82º85%39.22%-
HSV(B)128.82º91.89%72.55%-
XYZ17.9334.957.81-
YUV117.6484.1854.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 185 (72.66% from 255) = 77.08%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=6.25%
G=77.08%
B=16.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15185400.9200.780.27128.828539.22
HexFB9285C04E1B815527
Octal172715013401163320112547
Binary11111011100110100010111000100111011011100000011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FB928; }

 p { color: rgb(15,185,40); }

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

<style>
 a { background-color: #0FB928; }

 a { background-color: rgb(15,185,40); }

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

<style>
 span { border-color: #0FB928; }

 span { border-color: rgb(15,185,40); }

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