#123429

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

Shades of Racing Green #123429

Tints of Racing Green #123429

Color information

#123429 (or 0x123429) is unknown color: approx Racing Green. HEX triplet: 12, 34 and 29. RGB value is (18,52,41). Sum of RGB (Red+Green+Blue) = 18+52+41=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #123429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123429 is #EDCBD6. Grayscale: #282828. Windows color (decimal): -15584215 or 2700306. OLE color: 2700306.

HSL color Cylindrical-coordinate representation of color #123429: hue angle of 160.59º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123429 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB185241-
CMYK0.6500.210.80
HSL160.59º48.57%13.73%-
HSV(B)160.59º65.38%20.39%-
XYZ1.882.742.53-
YUV40.58128.24111.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=16.22%
G=46.85%
B=36.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852410.6500.210.80160.5948.5713.73
Hex1234294101550a131e
Octal2264511010251202416116
Binary1001011010010100110000010101011010000101000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123429; }

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

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

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

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

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

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

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

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