Html Css Color HEX #101307 Rangoon Green

📋 copy color: '#101307'

red 16 ◦ green 19 ◦ blue 7

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

Shades of Rangoon Green #101307

Tints of Rangoon Green #101307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 45.24%

 BLUE value IS 7 (3.13% from 255) = 16.67%

R = 38.1%
G = 45.24%
B = 16.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#101307 (or 0x101307) is known color: Rangoon Green. HEX triplet: 10, 13 and 07. RGB value is (16,19,7). Sum of RGB (Red+Green+Blue) = 16+19+7=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #101307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101307 is #EFECF8. Grayscale: #101010. Windows color (decimal): -15723769 or 463632. OLE color: 463632.

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

Color convert

RGB 16 19 7 -
CMYK 0.16 0 0.63 0.93
HSL 75º 0.46% 0.05% -
HSV(B) 75º 0.63% 0.07% -
XYZ 0.48 0.59 0.29 -
YUV 16.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 16 19 7 0.16 0 0.63 0.93 75 0.46 0.05
Hex 10 13 7 10 0 3F 5D 4B 2E 5
Octal 20 23 7 20 0 77 135 113 56 5
Binary 10000 10011 111 10000 0 111111 1011101 1001011 101110 101

Color Harmonies of #101307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101307

Black with #101307

Text Example


Text Example

White with #101307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101307; }

 p { color: rgb(16,19,7); }

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

background-color css

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

 a { background-color: rgb(16,19,7); }

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

border-color css

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

 span { border-color: rgb(16,19,7); }

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