Html Css Color HEX #0F7445 Dark Spring Green

📋 copy color: '#0F7445'

red 15 ◦ green 116 ◦ blue 69

#0F7445
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #0F7445

Tints of Dark Spring Green #0F7445

RGB

 RED value IS 15 (6.25% from 255) = 7.5%

 GREEN value IS 116 (45.7% from 255) = 58%

 BLUE value IS 69 (27.34% from 255) = 34.5%

R = 7.5%
G = 58%
B = 34.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#0F7445 (or 0x0F7445) is known color: Dark Spring Green. HEX triplet: 0F, 74 and 45. RGB value is (15,116,69). Sum of RGB (Red+Green+Blue) = 15+116+69=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7445 is #F08BBA. Grayscale: #505050. Windows color (decimal): -15764411 or 4551695. OLE color: 4551695.

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

Color convert

RGB 15 116 69 -
CMYK 0.87 0 0.41 0.55
HSL 152.08º 0.77% 0.26% -
HSV(B) 152.08º 0.87% 0.45% -
XYZ 7.52 13.02 7.75 -
YUV 80.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 15 116 69 0.87 0 0.41 0.55 152.08 0.77 0.26
Hex F 74 45 57 0 29 37 98 4D 1A
Octal 17 164 105 127 0 51 67 230 115 32
Binary 1111 1110100 1000101 1010111 0 101001 110111 10011000 1001101 11010

Color Harmonies of #0F7445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7445

Black with #0F7445

Text Example


Text Example

White with #0F7445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,116,69); }

 H1.HeaderClassName
 {
   color: #0F7445;
 }
 .AnyTagClassName
 {
   color: #0F7445;
 }
</style>

background-color css

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

 a { background-color: rgb(15,116,69); }

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

border-color css

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

 span { border-color: rgb(15,116,69); }

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