Html Css Color HEX #121509 Rangoon Green

📋 copy color: '#121509'

red 18 ◦ green 21 ◦ blue 9

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

Shades of Rangoon Green #121509

Tints of Rangoon Green #121509

RGB

 RED value IS 18 (7.42% from 255) = 37.5%

 GREEN value IS 21 (8.59% from 255) = 43.75%

 BLUE value IS 9 (3.91% from 255) = 18.75%

R = 37.5%
G = 43.75%
B = 18.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#121509 (or 0x121509) is known color: Rangoon Green. HEX triplet: 12, 15 and 09. RGB value is (18,21,9). Sum of RGB (Red+Green+Blue) = 18+21+9=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #121509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121509 is #EDEAF6. Grayscale: #121212. Windows color (decimal): -15592183 or 595218. OLE color: 595218.

HSL color Cylindrical-coordinate representation of color #121509: hue angle of 75º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #121509 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 21 9 -
CMYK 0.14 0 0.57 0.92
HSL 75º 0.4% 0.06% -
HSV(B) 75º 0.57% 0.08% -
XYZ 0.57 0.68 0.36 -
YUV 18.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 18 21 9 0.14 0 0.57 0.92 75 0.4 0.06
Hex 12 15 9 E 0 39 5C 4B 28 6
Octal 22 25 11 16 0 71 134 113 50 6
Binary 10010 10101 1001 1110 0 111001 1011100 1001011 101000 110

Color Harmonies of #121509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121509

Black with #121509

Text Example


Text Example

White with #121509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121509; }

 p { color: rgb(18,21,9); }

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

background-color css

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

 a { background-color: rgb(18,21,9); }

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

border-color css

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

 span { border-color: rgb(18,21,9); }

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