Html Css Color HEX #0F8235 Dark Spring Green

📋 copy color: '#0F8235'

red 15 ◦ green 130 ◦ blue 53

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

Shades of Dark Spring Green #0F8235

Tints of Dark Spring Green #0F8235

RGB

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

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

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

R = 7.58%
G = 65.66%
B = 26.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#0F8235 (or 0x0F8235) is known color: Dark Spring Green. HEX triplet: 0F, 82 and 35. RGB value is (15,130,53). Sum of RGB (Red+Green+Blue) = 15+130+53=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8235 is #F07DCA. Grayscale: #575757. Windows color (decimal): -15760843 or 3506703. OLE color: 3506703.

HSL color Cylindrical-coordinate representation of color #0F8235: hue angle of 139.83º 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 #0F8235 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 53 -
CMYK 0.88 0 0.59 0.49
HSL 139.83º 0.79% 0.28% -
HSV(B) 139.83º 0.88% 0.51% -
XYZ 8.82 16.32 6.05 -
YUV 86.84 108.9 76.76 -
System Red Green Blue C M Y K H S L
Decimal 15 130 53 0.88 0 0.59 0.49 139.83 0.79 0.28
Hex F 82 35 58 0 3B 31 8C 4F 1C
Octal 17 202 65 130 0 73 61 214 117 34
Binary 1111 10000010 110101 1011000 0 111011 110001 10001100 1001111 11100

Color Harmonies of #0F8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8235

Black with #0F8235

Text Example


Text Example

White with #0F8235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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