#123430

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

Shades of Racing Green #123430

Tints of Racing Green #123430

Color information

#123430 (or 0x123430) is unknown color: approx Racing Green. HEX triplet: 12, 34 and 30. RGB value is (18,52,48). Sum of RGB (Red+Green+Blue) = 18+52+48=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #123430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123430 is #EDCBCF. Grayscale: #292929. Windows color (decimal): -15584208 or 3159058. OLE color: 3159058.

HSL color Cylindrical-coordinate representation of color #123430: hue angle of 172.94º 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 #123430 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB185248-
CMYK0.6500.080.80
HSL172.94º48.57%13.73%-
HSV(B)172.94º65.38%20.39%-
XYZ2.012.83.23-
YUV41.38131.74111.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=15.25%
G=44.07%
B=40.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852480.6500.080.80172.9448.5713.73
Hex123430410850ad31e
Octal2264601010101202556116
Binary100101101001100001000001010001010000101011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123430; }

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

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

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

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

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

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

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

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