#123028

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

Shades of Racing Green #123028

Tints of Racing Green #123028

Color information

#123028 (or 0x123028) is unknown color: approx Racing Green. HEX triplet: 12, 30 and 28. RGB value is (18,48,40). Sum of RGB (Red+Green+Blue) = 18+48+40=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #123028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123028 is #EDCFD7. Grayscale: #262626. Windows color (decimal): -15585240 or 2633746. OLE color: 2633746.

HSL color Cylindrical-coordinate representation of color #123028: hue angle of 164º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #123028 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB184840-
CMYK0.6300.170.81
HSL164º45.45%12.94%-
HSV(B)164º62.5%18.82%-
XYZ1.692.42.38-
YUV38.12129.06113.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=16.98%
G=45.28%
B=37.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848400.6300.170.8116445.4512.94
Hex1230283F01151a42dd
Octal226050770211212445515
Binary100101100001010001111110100011010001101001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123028; }

 p { color: rgb(18,48,40); }

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

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

 a { background-color: rgb(18,48,40); }

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

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

 span { border-color: rgb(18,48,40); }

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