#0FB323

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

Shades of Dark Pastel Green #0FB323

Tints of Dark Pastel Green #0FB323

Color information

#0FB323 (or 0x0FB323) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, B3 and 23. RGB value is (15,179,35). Sum of RGB (Red+Green+Blue) = 15+179+35=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB323 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB323 is #F04CDC. Grayscale: #717171. Windows color (decimal): -15748317 or 2339599. OLE color: 2339599.

HSL color Cylindrical-coordinate representation of color #0FB323: hue angle of 127.32º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB323 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1517935-
CMYK0.9200.800.30
HSL127.32º84.54%38.04%-
HSV(B)127.32º91.62%70.2%-
XYZ16.6232.466.98-
YUV113.5583.6757.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 179 (70.31% from 255) = 78.17%
BLUE value IS 35 (14.06% from 255) = 15.28%
R=6.55%
G=78.17%
B=15.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15179350.9200.800.30127.3284.5438.04
HexFB3235C0501E7f5526
Octal172634313401203617712546
Binary1111101100111000111011100010100001111011111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,179,35); }

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

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

 a { background-color: rgb(15,179,35); }

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

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

 span { border-color: rgb(15,179,35); }

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