#121703

Color #121703 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #121703

Tints of Rangoon Green #121703

Color information

#121703 (or 0x121703) is unknown color: approx Rangoon Green. HEX triplet: 12, 17 and 03. RGB value is (18,23,3). Sum of RGB (Red+Green+Blue) = 18+23+3=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 3 (1.56% from 255 or 6.82% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #121703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121703 is #EDE8FC. Grayscale: #131313. Windows color (decimal): -15591677 or 202514. OLE color: 202514.

HSL color Cylindrical-coordinate representation of color #121703: hue angle of 75º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121703 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.91.

Color convert

RGB18233-
CMYK0.2200.870.91
HSL75º76.92%5.1%-
HSV(B)75º86.96%9.02%-
XYZ0.570.750.2-
YUV19.22118.84127.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 23 (9.38% from 255) = 52.27%
BLUE value IS 3 (1.56% from 255) = 6.82%
R=40.91%
G=52.27%
B=6.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182330.2200.870.917576.925.1
Hex12173160575B4b4d5
Octal222732601271331131155
Binary1001010111111011001010111101101110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121703; }

 p { color: rgb(18,23,3); }

 H1.HeaderClassName
 {
   color: #121703;
 }
 .AnyTagClassName
 {
   color: #121703;
 }
</style>
background-color css

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

 a { background-color: rgb(18,23,3); }

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

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

 span { border-color: rgb(18,23,3); }

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