Html Css Color HEX #10120B Rangoon Green

📋 copy color: '#10120B'

red 16 ◦ green 18 ◦ blue 11

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

Shades of Rangoon Green #10120B

Tints of Rangoon Green #10120B

RGB

 RED value IS 16 (6.64% from 255) = 35.56%

 GREEN value IS 18 (7.42% from 255) = 40%

 BLUE value IS 11 (4.69% from 255) = 24.44%

R = 35.56%
G = 40%
B = 24.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#10120B (or 0x10120B) is known color: Rangoon Green. HEX triplet: 10, 12 and 0B. RGB value is (16,18,11). Sum of RGB (Red+Green+Blue) = 16+18+11=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #10120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120B is #EFEDF4. Grayscale: #101010. Windows color (decimal): -15724021 or 725520. OLE color: 725520.

HSL color Cylindrical-coordinate representation of color #10120B: hue angle of 77.14º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #10120B is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 18 11 -
CMYK 0.11 0 0.39 0.93
HSL 77.14º 0.24% 0.06% -
HSV(B) 77.14º 0.39% 0.07% -
XYZ 0.49 0.57 0.4 -
YUV 16.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 16 18 11 0.11 0 0.39 0.93 77.14 0.24 0.06
Hex 10 12 B B 0 27 5D 4D 18 6
Octal 20 22 13 13 0 47 135 115 30 6
Binary 10000 10010 1011 1011 0 100111 1011101 1001101 11000 110

Color Harmonies of #10120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10120B

Black with #10120B

Text Example


Text Example

White with #10120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10120B; }

 p { color: rgb(16,18,11); }

 H1.HeaderClassName
 {
   color: #10120B;
 }
 .AnyTagClassName
 {
   color: #10120B;
 }
</style>

background-color css

<style>
 a { background-color: #10120B; }

 a { background-color: rgb(16,18,11); }

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

border-color css

<style>
 span { border-color: #10120B; }

 span { border-color: rgb(16,18,11); }

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