#0FBA28

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

Shades of Dark Pastel Green #0FBA28

Tints of Dark Pastel Green #0FBA28

Color information

#0FBA28 (or 0x0FBA28) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, BA and 28. RGB value is (15,186,40). Sum of RGB (Red+Green+Blue) = 15+186+40=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBA28 is #F045D7. Grayscale: #767676. Windows color (decimal): -15746520 or 2669071. OLE color: 2669071.

HSL color Cylindrical-coordinate representation of color #0FBA28: hue angle of 128.77º 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 #0FBA28 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1518640-
CMYK0.9200.780.27
HSL128.77º85.07%39.41%-
HSV(B)128.77º91.94%72.94%-
XYZ18.1435.377.88-
YUV118.2383.8554.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.22%
GREEN value IS 186 (73.05% from 255) = 77.18%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=6.22%
G=77.18%
B=16.60%

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
Decimal15186400.9200.780.27128.7785.0739.41
HexFBA285C04E1B815527
Octal172725013401163320112547
Binary11111011101010100010111000100111011011100000011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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