Html Css Color HEX #0F1109 Rangoon Green

📋 copy color: '#0F1109'

red 15 ◦ green 17 ◦ blue 9

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

Shades of Rangoon Green #0F1109

Tints of Rangoon Green #0F1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 41.46%

 BLUE value IS 9 (3.91% from 255) = 21.95%

R = 36.59%
G = 41.46%
B = 21.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#0F1109 (or 0x0F1109) is known color: Rangoon Green. HEX triplet: 0F, 11 and 09. RGB value is (15,17,9). Sum of RGB (Red+Green+Blue) = 15+17+9=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1109 is #F0EEF6. Grayscale: #0F0F0F. Windows color (decimal): -15789815 or 594191. OLE color: 594191.

HSL color Cylindrical-coordinate representation of color #0F1109: hue angle of 75º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F1109 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 17 9 -
CMYK 0.12 0 0.47 0.93
HSL 75º 0.31% 0.05% -
HSV(B) 75º 0.47% 0.07% -
XYZ 0.45 0.52 0.34 -
YUV 15.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 15 17 9 0.12 0 0.47 0.93 75 0.31 0.05
Hex F 11 9 C 0 2F 5D 4B 1F 5
Octal 17 21 11 14 0 57 135 113 37 5
Binary 1111 10001 1001 1100 0 101111 1011101 1001011 11111 101

Color Harmonies of #0F1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1109

Black with #0F1109

Text Example


Text Example

White with #0F1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,9); }

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

background-color css

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

 a { background-color: rgb(15,17,9); }

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

border-color css

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

 span { border-color: rgb(15,17,9); }

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