Html Css Color HEX #0F110A Rangoon Green

📋 copy color: '#0F110A'

red 15 ◦ green 17 ◦ blue 10

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

Shades of Rangoon Green #0F110A

Tints of Rangoon Green #0F110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 23.81%

R = 35.71%
G = 40.48%
B = 23.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#0F110A (or 0x0F110A) is known color: Rangoon Green. HEX triplet: 0F, 11 and 0A. RGB value is (15,17,10). Sum of RGB (Red+Green+Blue) = 15+17+10=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 17 - color contains mainly: green. Hex color #0F110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F110A is #F0EEF5. Grayscale: #0F0F0F. Windows color (decimal): -15789814 or 659727. OLE color: 659727.

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

Color convert

RGB 15 17 10 -
CMYK 0.12 0 0.41 0.93
HSL 77.14º 0.26% 0.05% -
HSV(B) 77.14º 0.41% 0.07% -
XYZ 0.45 0.52 0.36 -
YUV 15.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 15 17 10 0.12 0 0.41 0.93 77.14 0.26 0.05
Hex F 11 A C 0 29 5D 4D 1A 5
Octal 17 21 12 14 0 51 135 115 32 5
Binary 1111 10001 1010 1100 0 101001 1011101 1001101 11010 101

Color Harmonies of #0F110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F110A

Black with #0F110A

Text Example


Text Example

White with #0F110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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