Html Css Color HEX #0F7136 Dark Spring Green

📋 copy color: '#0F7136'

red 15 ◦ green 113 ◦ blue 54

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

Shades of Dark Spring Green #0F7136

Tints of Dark Spring Green #0F7136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.09%

 BLUE value IS 54 (21.48% from 255) = 29.67%

R = 8.24%
G = 62.09%
B = 29.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#0F7136 (or 0x0F7136) is known color: Dark Spring Green. HEX triplet: 0F, 71 and 36. RGB value is (15,113,54). Sum of RGB (Red+Green+Blue) = 15+113+54=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7136 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7136 is #F08EC9. Grayscale: #4D4D4D. Windows color (decimal): -15765194 or 3567887. OLE color: 3567887.

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

Color convert

RGB 15 113 54 -
CMYK 0.87 0 0.52 0.56
HSL 143.88º 0.77% 0.25% -
HSV(B) 143.88º 0.87% 0.44% -
XYZ 6.77 12.18 5.48 -
YUV 76.97 115.03 83.8 -
System Red Green Blue C M Y K H S L
Decimal 15 113 54 0.87 0 0.52 0.56 143.88 0.77 0.25
Hex F 71 36 57 0 34 38 90 4D 19
Octal 17 161 66 127 0 64 70 220 115 31
Binary 1111 1110001 110110 1010111 0 110100 111000 10010000 1001101 11001

Color Harmonies of #0F7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7136

Black with #0F7136

Text Example


Text Example

White with #0F7136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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