Html Css Color HEX #0F730D Green

📋 copy color: '#0F730D'

red 15 ◦ green 115 ◦ blue 13

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

Shades of Green #0F730D

Tints of Green #0F730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 80.42%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 10.49%
G = 80.42%
B = 9.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#0F730D (or 0x0F730D) is known color: Green. HEX triplet: 0F, 73 and 0D. RGB value is (15,115,13). Sum of RGB (Red+Green+Blue) = 15+115+13=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 115 (45.31% from 255 or 80.42% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 115 - color contains mainly: green. Hex color #0F730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F730D is #F08CF2. Grayscale: #494949. Windows color (decimal): -15764723 or 881423. OLE color: 881423.

HSL color Cylindrical-coordinate representation of color #0F730D: hue angle of 118.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F730D is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 115 13 -
CMYK 0.87 0 0.89 0.55
HSL 118.82º 0.8% 0.25% -
HSV(B) 118.82º 0.89% 0.45% -
XYZ 6.4 12.39 2.44 -
YUV 73.47 93.87 86.29 -
System Red Green Blue C M Y K H S L
Decimal 15 115 13 0.87 0 0.89 0.55 118.82 0.8 0.25
Hex F 73 D 57 0 59 37 77 50 19
Octal 17 163 15 127 0 131 67 167 120 31
Binary 1111 1110011 1101 1010111 0 1011001 110111 1110111 1010000 11001

Color Harmonies of #0F730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F730D

Black with #0F730D

Text Example


Text Example

White with #0F730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,115,13); }

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

background-color css

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

 a { background-color: rgb(15,115,13); }

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

border-color css

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

 span { border-color: rgb(15,115,13); }

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