Html Css Color HEX #0F8237 Dark Spring Green

📋 copy color: '#0F8237'

red 15 ◦ green 130 ◦ blue 55

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

Shades of Dark Spring Green #0F8237

Tints of Dark Spring Green #0F8237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65%

 BLUE value IS 55 (21.88% from 255) = 27.5%

R = 7.5%
G = 65%
B = 27.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#0F8237 (or 0x0F8237) is known color: Dark Spring Green. HEX triplet: 0F, 82 and 37. RGB value is (15,130,55). Sum of RGB (Red+Green+Blue) = 15+130+55=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8237 is #F07DC8. Grayscale: #575757. Windows color (decimal): -15760841 or 3637775. OLE color: 3637775.

HSL color Cylindrical-coordinate representation of color #0F8237: hue angle of 140.87º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8237 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 55 -
CMYK 0.88 0 0.58 0.49
HSL 140.87º 0.79% 0.28% -
HSV(B) 140.87º 0.88% 0.51% -
XYZ 8.87 16.34 6.3 -
YUV 87.07 109.9 76.6 -
System Red Green Blue C M Y K H S L
Decimal 15 130 55 0.88 0 0.58 0.49 140.87 0.79 0.28
Hex F 82 37 58 0 3A 31 8D 4F 1C
Octal 17 202 67 130 0 72 61 215 117 34
Binary 1111 10000010 110111 1011000 0 111010 110001 10001101 1001111 11100

Color Harmonies of #0F8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8237

Black with #0F8237

Text Example


Text Example

White with #0F8237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,55); }

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

background-color css

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

 a { background-color: rgb(15,130,55); }

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

border-color css

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

 span { border-color: rgb(15,130,55); }

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