#0F7143

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

Shades of Dark Spring Green #0F7143

Tints of Dark Spring Green #0F7143

Color information

#0F7143 (or 0x0F7143) is unknown color: approx Dark Spring Green. HEX triplet: 0F, 71 and 43. RGB value is (15,113,67). Sum of RGB (Red+Green+Blue) = 15+113+67=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7143 is #F08EBC. Grayscale: #4E4E4E. Windows color (decimal): -15765181 or 4419855. OLE color: 4419855.

HSL color Cylindrical-coordinate representation of color #0F7143: hue angle of 151.84º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7143 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1511367-
CMYK0.8700.410.56
HSL151.84º76.56%25.1%-
HSV(B)151.84º86.73%44.31%-
XYZ7.1212.327.31-
YUV78.45121.5382.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 113 (44.53% from 255) = 57.95%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=7.69%
G=57.95%
B=34.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15113670.8700.410.56151.8476.5625.1
HexF71435702938984d19
Octal171611031270517023011531
Binary1111111000110000111010111010100111100010011000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,113,67); }

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

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

 a { background-color: rgb(15,113,67); }

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

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

 span { border-color: rgb(15,113,67); }

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