#123029

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

Shades of Racing Green #123029

Tints of Racing Green #123029

Color information

#123029 (or 0x123029) is unknown color: approx Racing Green. HEX triplet: 12, 30 and 29. RGB value is (18,48,41). Sum of RGB (Red+Green+Blue) = 18+48+41=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #123029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123029 is #EDCFD6. Grayscale: #262626. Windows color (decimal): -15585239 or 2699282. OLE color: 2699282.

HSL color Cylindrical-coordinate representation of color #123029: hue angle of 166º 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 #123029 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB184841-
CMYK0.6300.150.81
HSL166º45.45%12.94%-
HSV(B)166º62.5%18.82%-
XYZ1.712.42.47-
YUV38.23129.56113.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=16.82%
G=44.86%
B=38.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848410.6300.150.8116645.4512.94
Hex1230293F0F51a62dd
Octal226051770171212465515
Binary10010110000101001111111011111010001101001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123029; }

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

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

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

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

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

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

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

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