Html Css Color HEX #121800 Rangoon Green

📋 copy color: '#121800'

red 18 ◦ green 24 ◦ blue 0

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

Shades of Rangoon Green #121800

Tints of Rangoon Green #121800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 57.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#121800 (or 0x121800) is known color: Rangoon Green. HEX triplet: 12, 18 and 00. RGB value is (18,24,0). Sum of RGB (Red+Green+Blue) = 18+24+0=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #121800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121800 is #EDE7FF. Grayscale: #131313. Windows color (decimal): -15591424 or 6162. OLE color: 6162.

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

Color convert

RGB 18 24 0 -
CMYK 0.25 0 1 0.91
HSL 75º 1% 0.05% -
HSV(B) 75º 1% 0.09% -
XYZ 0.58 0.78 0.12 -
YUV 19.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 18 24 0 0.25 0 1 0.91 75 1 0.05
Hex 12 18 0 19 0 64 5B 4B 64 5
Octal 22 30 0 31 0 144 133 113 144 5
Binary 10010 11000 0 11001 0 1100100 1011011 1001011 1100100 101

Color Harmonies of #121800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121800

Black with #121800

Text Example


Text Example

White with #121800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121800; }

 p { color: rgb(18,24,0); }

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

background-color css

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

 a { background-color: rgb(18,24,0); }

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

border-color css

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

 span { border-color: rgb(18,24,0); }

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