#0F7B03

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

Shades of Green #0F7B03

Tints of Green #0F7B03

Color information

#0F7B03 (or 0x0F7B03) is unknown color: approx Green. HEX triplet: 0F, 7B and 03. RGB value is (15,123,3). Sum of RGB (Red+Green+Blue) = 15+123+3=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 123 (48.44% from 255 or 87.23% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7B03 is #F084FC. Grayscale: #4D4D4D. Windows color (decimal): -15762685 or 228111. OLE color: 228111.

HSL color Cylindrical-coordinate representation of color #0F7B03: hue angle of 114º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F7B03 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB151233-
CMYK0.8800.980.52
HSL114º95.24%24.71%-
HSV(B)114º97.56%48.24%-
XYZ7.314.272.46-
YUV77.0386.2283.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.64%
GREEN value IS 123 (48.44% from 255) = 87.23%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=10.64%
G=87.23%
B=2.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1512330.8800.980.5211495.2424.71
HexF7B35806234725f19
Octal17173313001426416213731
Binary11111111011111011000011000101101001110010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,123,3); }

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

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

 a { background-color: rgb(15,123,3); }

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

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

 span { border-color: rgb(15,123,3); }

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