#0B7038

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

Shades of Fun Green #0B7038

Tints of Fun Green #0B7038

Color information

#0B7038 (or 0x0B7038) is unknown color: approx Fun Green. HEX triplet: 0B, 70 and 38. RGB value is (11,112,56). Sum of RGB (Red+Green+Blue) = 11+112+56=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7038 is #F48FC7. Grayscale: #4B4B4B. Windows color (decimal): -16027592 or 3698699. OLE color: 3698699.

HSL color Cylindrical-coordinate representation of color #0B7038: hue angle of 146.73º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7038 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1111256-
CMYK0.9000.500.56
HSL146.73º82.11%24.12%-
HSV(B)146.73º90.18%43.92%-
XYZ6.6511.955.7-
YUV75.42117.0482.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.15%
GREEN value IS 112 (44.14% from 255) = 62.57%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=6.15%
G=62.57%
B=31.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11112560.9000.500.56146.7382.1124.12
HexB70385A03238935218
Octal13160701320627022312230
Binary101111100001110001011010011001011100010010011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,112,56); }

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

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

 a { background-color: rgb(11,112,56); }

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

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

 span { border-color: rgb(11,112,56); }

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