Html Css Color HEX #0F7444 Dark Spring Green

📋 copy color: '#0F7444'

red 15 ◦ green 116 ◦ blue 68

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

Shades of Dark Spring Green #0F7444

Tints of Dark Spring Green #0F7444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 7.54%
G = 58.29%
B = 34.17%

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

#0F7444 (or 0x0F7444) is known color: Dark Spring Green. HEX triplet: 0F, 74 and 44. RGB value is (15,116,68). Sum of RGB (Red+Green+Blue) = 15+116+68=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7444 is #F08BBB. Grayscale: #505050. Windows color (decimal): -15764412 or 4486159. OLE color: 4486159.

HSL color Cylindrical-coordinate representation of color #0F7444: hue angle of 151.49º 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 #0F7444 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 116 68 -
CMYK 0.87 0 0.41 0.55
HSL 151.49º 0.77% 0.26% -
HSV(B) 151.49º 0.87% 0.45% -
XYZ 7.49 13.01 7.59 -
YUV 80.33 121.04 81.4 -
System Red Green Blue C M Y K H S L
Decimal 15 116 68 0.87 0 0.41 0.55 151.49 0.77 0.26
Hex F 74 44 57 0 29 37 97 4D 1A
Octal 17 164 104 127 0 51 67 227 115 32
Binary 1111 1110100 1000100 1010111 0 101001 110111 10010111 1001101 11010

Color Harmonies of #0F7444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7444

Black with #0F7444

Text Example


Text Example

White with #0F7444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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