Html Css Color HEX #121703 Rangoon Green

📋 copy color: '#121703'

red 18 ◦ green 23 ◦ blue 3

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

Shades of Rangoon Green #121703

Tints of Rangoon Green #121703

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 value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.91

RGB Variations

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

Color information

#121703 (or 0x121703) is known color: 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

RGB 18 23 3 -
CMYK 0.22 0 0.87 0.91
HSL 75º 0.77% 0.05% -
HSV(B) 75º 0.87% 0.09% -
XYZ 0.57 0.75 0.2 -
YUV 19.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 18 23 3 0.22 0 0.87 0.91 75 0.77 0.05
Hex 12 17 3 16 0 57 5B 4B 4D 5
Octal 22 27 3 26 0 127 133 113 115 5
Binary 10010 10111 11 10110 0 1010111 1011011 1001011 1001101 101

Color Harmonies of #121703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121703

Black with #121703

Text Example


Text Example

White with #121703

Text Example


Text Example

HTML Codes & Css Web 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>