#121800

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

Shades of Rangoon Green #121800

Tints of Rangoon Green #121800

Color information

#121800 (or 0x121800) is unknown color: approx 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

RGB18240-
CMYK0.25010.91
HSL75º100%4.71%-
HSV(B)75º100%9.41%-
XYZ0.580.780.12-
YUV19.47117.01126.95-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182400.25010.91751004.71
Hex12180190645B4b645
Octal223003101441331131445
Binary100101100001100101100100101101110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>