Html Css Color HEX #0F8535 Dark Spring Green

📋 copy color: '#0F8535'

red 15 ◦ green 133 ◦ blue 53

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

Shades of Dark Spring Green #0F8535

Tints of Dark Spring Green #0F8535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 66.17%

 BLUE value IS 53 (21.09% from 255) = 26.37%

R = 7.46%
G = 66.17%
B = 26.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#0F8535 (or 0x0F8535) is known color: Dark Spring Green. HEX triplet: 0F, 85 and 35. RGB value is (15,133,53). Sum of RGB (Red+Green+Blue) = 15+133+53=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8535 is #F07ACA. Grayscale: #585858. Windows color (decimal): -15760075 or 3507471. OLE color: 3507471.

HSL color Cylindrical-coordinate representation of color #0F8535: hue angle of 139.32º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8535 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 133 53 -
CMYK 0.89 0 0.60 0.48
HSL 139.32º 0.8% 0.29% -
HSV(B) 139.32º 0.89% 0.52% -
XYZ 9.23 17.13 6.19 -
YUV 88.6 107.91 75.5 -
System Red Green Blue C M Y K H S L
Decimal 15 133 53 0.89 0 0.60 0.48 139.32 0.8 0.29
Hex F 85 35 59 0 3C 30 8B 50 1D
Octal 17 205 65 131 0 74 60 213 120 35
Binary 1111 10000101 110101 1011001 0 111100 110000 10001011 1010000 11101

Color Harmonies of #0F8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8535

Black with #0F8535

Text Example


Text Example

White with #0F8535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,133,53); }

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

background-color css

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

 a { background-color: rgb(15,133,53); }

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

border-color css

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

 span { border-color: rgb(15,133,53); }

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