Html Css Color HEX #0F7C3A Dark Spring Green

📋 copy color: '#0F7C3A'

red 15 ◦ green 124 ◦ blue 58

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

Shades of Dark Spring Green #0F7C3A

Tints of Dark Spring Green #0F7C3A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 62.94%

 BLUE value IS 58 (23.05% from 255) = 29.44%

R = 7.61%
G = 62.94%
B = 29.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#0F7C3A (or 0x0F7C3A) is known color: Dark Spring Green. HEX triplet: 0F, 7C and 3A. RGB value is (15,124,58). Sum of RGB (Red+Green+Blue) = 15+124+58=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7C3A is #F083C5. Grayscale: #545454. Windows color (decimal): -15762374 or 3832847. OLE color: 3832847.

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

Color convert

RGB 15 124 58 -
CMYK 0.88 0 0.53 0.51
HSL 143.67º 0.78% 0.27% -
HSV(B) 143.67º 0.88% 0.49% -
XYZ 8.17 14.82 6.43 -
YUV 83.89 113.39 78.87 -
System Red Green Blue C M Y K H S L
Decimal 15 124 58 0.88 0 0.53 0.51 143.67 0.78 0.27
Hex F 7C 3A 58 0 35 33 90 4E 1B
Octal 17 174 72 130 0 65 63 220 116 33
Binary 1111 1111100 111010 1011000 0 110101 110011 10010000 1001110 11011

Color Harmonies of #0F7C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C3A

Black with #0F7C3A

Text Example


Text Example

White with #0F7C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,124,58); }

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

background-color css

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

 a { background-color: rgb(15,124,58); }

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

border-color css

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

 span { border-color: rgb(15,124,58); }

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